summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2007-12-12 14:37:35 +0000
committersmatz <smatz@openttd.org>2007-12-12 14:37:35 +0000
commit5acc147c1cc5322ad1f307f4e1143a17cb8f77b3 (patch)
treedb66fb63672eccb83db1f1e2338cd7b2d56150aa /src/vehicle.cpp
parente0646af976337e6ed210b0ea920710613f078fca (diff)
downloadopenttd-5acc147c1cc5322ad1f307f4e1143a17cb8f77b3.tar.xz
(svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 802eca17f..70e4fbe19 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -44,6 +44,7 @@
#include "group.h"
#include "economy.h"
#include "strings.h"
+#include "order.h"
#define INVALID_COORD (0x7fffffff)
#define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))