diff options
author | Max Horn | 2009-01-23 02:44:30 +0000 |
---|---|---|
committer | Max Horn | 2009-01-23 02:44:30 +0000 |
commit | 4455a9fc2f3aaaf889450fdde3b11330c70afb70 (patch) | |
tree | edee762071bd5d58042cce3c1282c999e9978785 /backends | |
parent | 83b3f336b4c4af45756c4986b3bab124dcd46c8c (diff) | |
download | scummvm-rg350-4455a9fc2f3aaaf889450fdde3b11330c70afb70.tar.gz scummvm-rg350-4455a9fc2f3aaaf889450fdde3b11330c70afb70.tar.bz2 scummvm-rg350-4455a9fc2f3aaaf889450fdde3b11330c70afb70.zip |
DS: Fix compilation
svn-id: r36010
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/ds/arm9/source/osystem_ds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/osystem_ds.h b/backends/platform/ds/arm9/source/osystem_ds.h index 384e39bc74..575bad0609 100644 --- a/backends/platform/ds/arm9/source/osystem_ds.h +++ b/backends/platform/ds/arm9/source/osystem_ds.h @@ -32,6 +32,7 @@ #include "backends/timer/default/default-timer.h" #include "sound/mixer_intern.h" #include "graphics/surface.h" +#include "graphics/colormasks.h" class OSystem_DS : public OSystem { protected: |