summaryrefslogtreecommitdiffstats
path: root/source/cFurnaceWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFurnaceWindow.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/cFurnaceWindow.cpp b/source/cFurnaceWindow.cpp
index ea0cad59a..b76c53498 100644
--- a/source/cFurnaceWindow.cpp
+++ b/source/cFurnaceWindow.cpp
@@ -1,3 +1,6 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cFurnaceWindow.h"
#include "cItem.h"
#include "cFurnaceEntity.h"
@@ -5,7 +8,9 @@
#include "packets/cPacket_WindowClick.h"
-#include "cMCLogger.h"
+
+
+
cFurnaceWindow::cFurnaceWindow( cFurnaceEntity* a_Owner )
: cWindow( a_Owner, true )