diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChicken.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cChicken.cpp b/source/cChicken.cpp index 201ea7f45..37321410b 100644 --- a/source/cChicken.cpp +++ b/source/cChicken.cpp @@ -1,3 +1,6 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cChicken.h"
//TODO Drop egg every 5-10 minutes
|