summaryrefslogtreecommitdiff
path: root/src/gamelog.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:24:33 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:24:33 +0000
commit644deff9d2939f49d7a4d22c1168ba3f46e98dfa (patch)
tree3554d097da4f07e97c455d615c78b8e0280ed680 /src/gamelog.cpp
parent73527b7b4506cb7f34ac44a1fbcfbc200c320dbd (diff)
downloadopenttd-644deff9d2939f49d7a4d22c1168ba3f46e98dfa.tar.xz
(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location
Diffstat (limited to 'src/gamelog.cpp')
-rw-r--r--src/gamelog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamelog.cpp b/src/gamelog.cpp
index 7d56a0ba5..7d827a379 100644
--- a/src/gamelog.cpp
+++ b/src/gamelog.cpp
@@ -19,6 +19,7 @@
#include "gamelog_internal.h"
#include "console_func.h"
#include "debug.h"
+#include "date_func.h"
#include "rev.h"
#include <stdarg.h>