aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/dc.h
diff options
context:
space:
mode:
authorMarcus Comstedt2007-09-19 19:26:12 +0000
committerMarcus Comstedt2007-09-19 19:26:12 +0000
commit7668ac231fa3f2db6b72b5913f42cf5f213f476c (patch)
tree493a291997a3df34fcbdcf2bd890ba355cef396f /backends/platform/dc/dc.h
parent77eea722afe175003baba3ed5341bfbf8cf988f6 (diff)
downloadscummvm-rg350-7668ac231fa3f2db6b72b5913f42cf5f213f476c.tar.gz
scummvm-rg350-7668ac231fa3f2db6b72b5913f42cf5f213f476c.tar.bz2
scummvm-rg350-7668ac231fa3f2db6b72b5913f42cf5f213f476c.zip
Include <graphics/surface.h> for Graphics::Surface.
svn-id: r28969
Diffstat (limited to 'backends/platform/dc/dc.h')
-rw-r--r--backends/platform/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h
index aa2f7b2f92..c70e788275 100644
--- a/backends/platform/dc/dc.h
+++ b/backends/platform/dc/dc.h
@@ -24,6 +24,7 @@
*/
#include <common/system.h>
+#include <graphics/surface.h>
#include <ronin/soundcommon.h>
#include "backends/timer/default/default-timer.h"