summaryrefslogtreecommitdiff
path: root/src/engine.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/engine.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/engine.cpp')
-rw-r--r--src/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 01b1fec47..71d56d5cb 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -25,6 +25,7 @@
#include "autoreplace_gui.h"
#include "string_func.h"
#include "settings_type.h"
+#include "oldpool_func.h"
#include "table/strings.h"
#include "table/engines.h"