From 3bba097bb35e55da5cc3d7eee3c60d6d0821fa17 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/strings.cpp') 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