diff options
author | Marcus Comstedt | 2007-09-19 19:26:12 +0000 |
---|---|---|
committer | Marcus Comstedt | 2007-09-19 19:26:12 +0000 |
commit | 7668ac231fa3f2db6b72b5913f42cf5f213f476c (patch) | |
tree | 493a291997a3df34fcbdcf2bd890ba355cef396f /backends | |
parent | 77eea722afe175003baba3ed5341bfbf8cf988f6 (diff) | |
download | scummvm-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')
-rw-r--r-- | backends/platform/dc/dc.h | 1 |
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" |