diff options
Diffstat (limited to 'source/cWebPlugin.cpp')
-rw-r--r-- | source/cWebPlugin.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source/cWebPlugin.cpp b/source/cWebPlugin.cpp index 43e5e5e54..923c48722 100644 --- a/source/cWebPlugin.cpp +++ b/source/cWebPlugin.cpp @@ -1,10 +1,14 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cWebPlugin.h"
#include "cWebAdmin.h"
#include "cServer.h"
-#include "cMCLogger.h"
#include "cRoot.h"
-#include "MemoryLeak.h"
+
+
+
cWebPlugin::cWebPlugin( lua_State* L )
{
|