summaryrefslogtreecommitdiff
path: root/src/industry_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
commit76eaed68a07fb0134c99100a0fb49e884b511244 (patch)
tree86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /src/industry_cmd.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/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index 568ea1918..510aa2219 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -37,6 +37,7 @@
#include "vehicle_func.h"
#include "sound_func.h"
#include "station_base.h"
+#include "oldpool_func.h"
#include "table/strings.h"
#include "table/sprites.h"