summaryrefslogtreecommitdiff
path: root/src/signs.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/signs.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/signs.cpp')
-rw-r--r--src/signs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signs.cpp b/src/signs.cpp
index 4b3146b22..a1dce3304 100644
--- a/src/signs.cpp
+++ b/src/signs.cpp
@@ -19,6 +19,7 @@
#include "window_func.h"
#include "map_func.h"
#include "string_func.h"
+#include "oldpool_func.h"
#include "table/strings.h"