aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/font.h
diff options
context:
space:
mode:
authorMax Horn2010-05-04 12:00:16 +0000
committerMax Horn2010-05-04 12:00:16 +0000
commit2149a2383d33ed83401a345219f0367694f9c367 (patch)
tree4a43f4c67d6e62de8ea890de2657f23315ffbfff /engines/saga/font.h
parent970745e60c41286ff2dc1a448a5e6c39e4581671 (diff)
downloadscummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.gz
scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.tar.bz2
scummvm-rg350-2149a2383d33ed83401a345219f0367694f9c367.zip
Reduce indirect header dependencies further
svn-id: r48936
Diffstat (limited to 'engines/saga/font.h')
-rw-r--r--engines/saga/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/font.h b/engines/saga/font.h
index 074b56bf0d..f290384e87 100644
--- a/engines/saga/font.h
+++ b/engines/saga/font.h
@@ -28,6 +28,7 @@
#ifndef SAGA_FONT_H
#define SAGA_FONT_H
+#include "common/list.h"
#include "saga/gfx.h"
namespace Saga {