summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index b8f450cad..d5f283840 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -3,6 +3,8 @@
#ifndef FONTCACHE_H
#define FONTCACHE_H
+#include "gfx.h"
+
/** Get the SpriteID mapped to the given font size and key */
SpriteID GetUnicodeGlyph(FontSize size, uint32 key);