diff src/vehicle.cpp @ 8847:748b998a108e draft

(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
author smatz <smatz@openttd.org>
date Sun, 06 Apr 2008 23:49:45 +0000
parents 1f412a20da48
children 066a8010467f
line wrap: on
line diff
--- 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"