From 4b2c2521f97d0048d3545e97a133e34a4f28990f Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 29 May 2008 19:58:17 +0000 Subject: (svn r13333) -Fix: compilance without networking enabled. --- src/console.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf