mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +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:
@@ -4,7 +4,6 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "simconnect_datadefinition.h"
|
||||
#include "simconnect/SimConnect.h"
|
||||
|
||||
namespace BlackSimPlugin
|
||||
{
|
||||
|
||||
@@ -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