From 6af1fb2bdd32898d9456174d99413adf3e466797 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/engine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine.cpp') 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" -- cgit v1.2.3-54-g00ecf