diff options
Diffstat (limited to '')
-rw-r--r-- | source/cCreativeInventory.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/cCreativeInventory.cpp b/source/cCreativeInventory.cpp index b1606f077..f19051c5e 100644 --- a/source/cCreativeInventory.cpp +++ b/source/cCreativeInventory.cpp @@ -1,8 +1,9 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cCreativeInventory.h"
-#include <string> //memset
#include "cPlayer.h"
#include "cClientHandle.h"
-#include "cMCLogger.h"
#include "cWindow.h"
#include "cItem.h"
#include "cRecipeChecker.h"
|