summaryrefslogtreecommitdiffstats
path: root/source/cPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPlugin.cpp')
-rw-r--r--source/cPlugin.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/cPlugin.cpp b/source/cPlugin.cpp
index 5fc056a2d..2cbba40a0 100644
--- a/source/cPlugin.cpp
+++ b/source/cPlugin.cpp
@@ -1,7 +1,11 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPlugin.h"
-#include <stdio.h>
-#include "cMCLogger.h"
+
+
+
cPlugin::cPlugin()
: m_Version( 0 )