mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Fixed compiler error caused by missing include
This was part of a fixup in the original branch, but was missed because the initial patch was committed to the wrong branch.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <simconnect/SimConnect.h>
|
||||
#include <windows.h>
|
||||
|
||||
namespace BlackSimPlugin
|
||||
|
||||
Reference in New Issue
Block a user