summaryrefslogtreecommitdiffstats
path: root/source/cEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cEntity.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/cEntity.cpp b/source/cEntity.cpp
index 8a841ea87..cdb6ea211 100644
--- a/source/cEntity.cpp
+++ b/source/cEntity.cpp
@@ -1,7 +1,9 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cEntity.h"
#include "cWorld.h"
#include "cChunk.h"
-#include "cMCLogger.h"
#include "cServer.h"
#include "cRoot.h"
#include "Vector3d.h"