summaryrefslogtreecommitdiff
path: root/src/order_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-22 10:18:19 +0000
committerrubidium <rubidium@openttd.org>2009-07-22 10:18:19 +0000
commitcb0409fe529586fc85cf3a1f7526c2ad6f9a53d6 (patch)
tree06dbe1abe0377239177fb7909877f9cfdf14f057 /src/order_func.h
parent565b99db223824ae1bf9dd10ffdc075753ce2050 (diff)
downloadopenttd-cb0409fe529586fc85cf3a1f7526c2ad6f9a53d6.tar.xz
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
Diffstat (limited to 'src/order_func.h')
-rw-r--r--src/order_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_func.h b/src/order_func.h
index c8dffe1a3..92139c5b6 100644
--- a/src/order_func.h
+++ b/src/order_func.h
@@ -10,6 +10,7 @@
#include "tile_type.h"
#include "group_type.h"
#include "date_type.h"
+#include "company_type.h"
struct BackuppedOrders {
BackuppedOrders() : order(NULL), name(NULL) { }