changeset 9419:0533c8a96e18 draft

(svn r13333) -Fix: compilance without networking enabled.
author rubidium <rubidium@openttd.org>
date Thu, 29 May 2008 19:58:17 +0000
parents b05077a76473
children ec47ec544964
files src/console.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>