summaryrefslogtreecommitdiff
path: root/src/order_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-04-06 23:49:45 +0000
committersmatz <smatz@openttd.org>2008-04-06 23:49:45 +0000
commit6af1fb2bdd32898d9456174d99413adf3e466797 (patch)
tree86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /src/order_cmd.cpp
parent1bd5a29df5db4d1b6d3925f7f291bfae7688a6cd (diff)
downloadopenttd-6af1fb2bdd32898d9456174d99413adf3e466797.tar.xz
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
Diffstat (limited to 'src/order_cmd.cpp')
-rw-r--r--src/order_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_cmd.cpp b/src/order_cmd.cpp
index a864d554d..ef12ecf02 100644
--- a/src/order_cmd.cpp
+++ b/src/order_cmd.cpp
@@ -25,6 +25,7 @@
#include "newgrf_cargo.h"
#include "timetable.h"
#include "vehicle_func.h"
+#include "oldpool_func.h"
#include "table/strings.h"