aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts/macfont.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-01-30 10:10:07 +0100
committerEugene Sandulenko2017-01-30 10:10:07 +0100
commitb4a31646ffc543a8294010eae8dc6633d5693d98 (patch)
tree0f82c3705f8ee69d12a1b17841b18aee03d12b73 /graphics/fonts/macfont.h
parent126bae6320caee835b42149d09f69a06542f4eed (diff)
downloadscummvm-rg350-b4a31646ffc543a8294010eae8dc6633d5693d98.tar.gz
scummvm-rg350-b4a31646ffc543a8294010eae8dc6633d5693d98.tar.bz2
scummvm-rg350-b4a31646ffc543a8294010eae8dc6633d5693d98.zip
GRAPHICS: Added missing include
Diffstat (limited to 'graphics/fonts/macfont.h')
-rw-r--r--graphics/fonts/macfont.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/fonts/macfont.h b/graphics/fonts/macfont.h
index 33fb0fb417..874d304337 100644
--- a/graphics/fonts/macfont.h
+++ b/graphics/fonts/macfont.h
@@ -25,6 +25,7 @@
#include "common/array.h"
#include "common/hashmap.h"
+#include "common/stream.h"
#include "graphics/font.h"
namespace Graphics {