summaryrefslogtreecommitdiff
path: root/src/vehicle.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
commit76eaed68a07fb0134c99100a0fb49e884b511244 (patch)
tree86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /src/vehicle.cpp
parentbd432258cbbf29a2d37154914aa2361bdc218fbb (diff)
downloadopenttd-76eaed68a07fb0134c99100a0fb49e884b511244.tar.xz
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
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 c874c1aa5..03bd7113b 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -46,6 +46,7 @@
#include "autoreplace_gui.h"
#include "string_func.h"
#include "settings_type.h"
+#include "oldpool_func.h"
#include "table/sprites.h"
#include "table/strings.h"