summaryrefslogtreecommitdiff
path: root/src/console.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 19:58:17 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 19:58:17 +0000
commit61507ffeabb4439f0d818e07fde2808d076fd4f6 (patch)
tree59aba97072800e87ce2e88f7673835db58014aaa /src/console.cpp
parentbe93c2c08995e320ee0bff1895a02e25e9060bed (diff)
downloadopenttd-61507ffeabb4439f0d818e07fde2808d076fd4f6.tar.xz
(svn r13333) -Fix: compilance without networking enabled.
Diffstat (limited to 'src/console.cpp')
-rw-r--r--src/console.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console.cpp b/src/console.cpp
index 7f28c99d7..30d51cb1c 100644
--- a/src/console.cpp
+++ b/src/console.cpp
@@ -8,6 +8,8 @@
#include "network/network_server.h"
#include "core/alloc_func.hpp"
#include "string_func.h"
+#include "strings_type.h"
+#include "core/math_func.hpp"
#include "rev.h"
#include <stdarg.h>