From 76eaed68a07fb0134c99100a0fb49e884b511244 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 6 Apr 2008 23:49:45 +0000 Subject: (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining --- src/vehicle.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vehicle.cpp') diff --git a/src/vehicle.cpp b/src/vehicle.cpp index c874c1aa5..03bd7113b 100644 --- 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" -- cgit v1.2.3-54-g00ecf