diff options
Diffstat (limited to 'engines/wintermute/FontGlyphCache.h')
-rw-r--r-- | engines/wintermute/FontGlyphCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/FontGlyphCache.h b/engines/wintermute/FontGlyphCache.h index a385125d82..9b1cafe4cb 100644 --- a/engines/wintermute/FontGlyphCache.h +++ b/engines/wintermute/FontGlyphCache.h @@ -30,7 +30,7 @@ #define WINTERMUTE_FONTGLYPHCACHE_H
-#include "BFontStorage.h"
+#include "engines/wintermute/Base/BFontStorage.h"
#include "graphics/surface.h"
namespace WinterMute {
|