From 274cbd72fef59bdc160a8300e859e4a3866d58a9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 16 Dec 2007 19:21:28 +0000 Subject: (svn r11647) -Fix (r11646): it did not compile without freetype... --- src/strings.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/strings.cpp b/src/strings.cpp index e1c2ebb65..d1a067b58 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -32,6 +32,8 @@ #include "signs.h" #include "vehicle.h" #include "newgrf_engine.h" +#include "spritecache.h" +#undef WITH_FREETYPE #include "fontcache.h" #include "gui.h" -- cgit v1.2.3-54-g00ecf