summaryrefslogtreecommitdiff
path: root/src/company_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-23 11:06:52 +0000
committerrubidium <rubidium@openttd.org>2008-12-23 11:06:52 +0000
commit97662a0fff0a8c5099ee48f43d15ab0881493393 (patch)
tree74de767fc4a572fdb693131f990cc1ae2f5c830b /src/company_cmd.cpp
parent768fdee77a851286b6a6d33e04df18dc56ab1f51 (diff)
downloadopenttd-97662a0fff0a8c5099ee48f43d15ab0881493393.tar.xz
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies.
Diffstat (limited to 'src/company_cmd.cpp')
-rw-r--r--src/company_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp
index 525c95967..16c2610bf 100644
--- a/src/company_cmd.cpp
+++ b/src/company_cmd.cpp
@@ -14,6 +14,7 @@
#include "command_func.h"
#include "network/network.h"
#include "network/network_func.h"
+#include "network/network_base.h"
#include "variables.h"
#include "cheat_func.h"
#include "ai/ai.h"