(svn r13333) -Fix: compilance without networking enabled.
authorrubidium
Thu, 29 May 2008 19:58:17 +0000
changeset 9419 c5b9860081a1
parent 9418 8093bfef9967
child 9420 8a38703928e8
(svn r13333) -Fix: compilance without networking enabled.
src/console.cpp
--- a/src/console.cpp	Thu May 29 19:06:54 2008 +0000
+++ b/src/console.cpp	Thu May 29 19:58:17 2008 +0000
@@ -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>