diff options
Diffstat (limited to 'engines/lastexpress/data/font.h')
-rw-r--r-- | engines/lastexpress/data/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lastexpress/data/font.h b/engines/lastexpress/data/font.h index d49db35ba5..7bcf03ed7d 100644 --- a/engines/lastexpress/data/font.h +++ b/engines/lastexpress/data/font.h @@ -39,10 +39,12 @@ byte {x} - Unknown data (probably just garbage) */ +#include "common/str.h" #include "graphics/surface.h" namespace Common { class SeekableReadStream; +struct Rect; } namespace LastExpress { |