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:
Roland Winklmeier
2014-04-27 23:38:54 +02:00
parent fbf9dbc8cf
commit 56557ae124
2 changed files with 1 additions and 1 deletions

View File

@@ -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
{

View File

@@ -9,6 +9,7 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <simconnect/SimConnect.h>
#include <windows.h>
namespace BlackSimPlugin