diff options
author | smatz <smatz@openttd.org> | 2008-04-06 23:49:45 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-04-06 23:49:45 +0000 |
commit | 76eaed68a07fb0134c99100a0fb49e884b511244 (patch) | |
tree | 86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /src/order_cmd.cpp | |
parent | bd432258cbbf29a2d37154914aa2361bdc218fbb (diff) | |
download | openttd-76eaed68a07fb0134c99100a0fb49e884b511244.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.cpp | 1 |
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" |