summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-03 21:47:01 +0000
committerrubidium <rubidium@openttd.org>2012-01-03 21:47:01 +0000
commitd8d2f7455986fa17615f5ab722e6a5e0d43c9563 (patch)
tree1a5eed4d16350c150a940e65eb681898ac90d6a5 /src/console_cmds.cpp
parent6d6be50ae0b0a0b233f918c3d7b9c0b623676439 (diff)
downloadopenttd-d8d2f7455986fa17615f5ab722e6a5e0d43c9563.tar.xz
(svn r23741) -Revert (r23740): the few parts that the Windows / non-network compiles stumble on
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 04a1c6b8e..05846c96f 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -11,9 +11,12 @@
#include "stdafx.h"
#include "console_internal.h"
+#include "debug.h"
#include "engine_func.h"
#include "landscape.h"
#include "saveload/saveload.h"
+#include "network/network.h"
+#include "network/network_func.h"
#include "network/network_base.h"
#include "network/network_admin.h"
#include "network/network_client.h"