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 | 6af1fb2bdd32898d9456174d99413adf3e466797 (patch) | |
tree | 86bec7de682cc52c0fc3a81cb21a661c2b0d4a75 /src/group_cmd.cpp | |
parent | 1bd5a29df5db4d1b6d3925f7f291bfae7688a6cd (diff) | |
download | openttd-6af1fb2bdd32898d9456174d99413adf3e466797.tar.xz |
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
Diffstat (limited to 'src/group_cmd.cpp')
-rw-r--r-- | src/group_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/group_cmd.cpp b/src/group_cmd.cpp index 7d708161e..52f612cc0 100644 --- a/src/group_cmd.cpp +++ b/src/group_cmd.cpp @@ -22,6 +22,7 @@ #include "string_func.h" #include "player_func.h" #include "order_func.h" +#include "oldpool_func.h" #include "table/strings.h" |