src/fontcache.h
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6720 35756db7e577
child 10455 22c441f5adf9
--- a/src/fontcache.h	Mon Dec 03 23:39:38 2007 +0000
+++ b/src/fontcache.h	Tue Jan 22 21:00:30 2008 +0000
@@ -3,6 +3,8 @@
 #ifndef FONTCACHE_H
 #define FONTCACHE_H
 
+#include "gfx_type.h"
+
 /** Get the SpriteID mapped to the given font size and key */
 SpriteID GetUnicodeGlyph(FontSize size, uint32 key);