summaryrefslogtreecommitdiffstats
path: root/source/cPlugin_Lua.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPlugin_Lua.cpp')
-rw-r--r--source/cPlugin_Lua.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/cPlugin_Lua.cpp b/source/cPlugin_Lua.cpp
index 3265f0615..d25df0242 100644
--- a/source/cPlugin_Lua.cpp
+++ b/source/cPlugin_Lua.cpp
@@ -1,6 +1,7 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#define LUA_USE_POSIX
-#include "cMCLogger.h"
-#include <string>
#include "cPlugin_Lua.h"
#include "cPluginManager.h"
#include "cRoot.h"