diff options
author | Ori Avtalion | 2011-04-28 22:19:35 +0300 |
---|---|---|
committer | Ori Avtalion | 2011-04-28 22:19:35 +0300 |
commit | e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4 (patch) | |
tree | df032aeb8941db584ba5823ac48d668f5e881261 | |
parent | 6f9c56c63d8acbb97a8866c299a0deb84cc8cf88 (diff) | |
download | scummvm-rg350-e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4.tar.gz scummvm-rg350-e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4.tar.bz2 scummvm-rg350-e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4.zip |
NDS: Fix compilation
-rw-r--r-- | backends/platform/ds/arm9/source/osystem_ds.h | 1 | ||||
-rw-r--r-- | common/bufferedstream.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/source/osystem_ds.h b/backends/platform/ds/arm9/source/osystem_ds.h index 5e179d1337..b745b4dc6e 100644 --- a/backends/platform/ds/arm9/source/osystem_ds.h +++ b/backends/platform/ds/arm9/source/osystem_ds.h @@ -36,6 +36,7 @@ #include "audio/mixer_intern.h" #include "graphics/surface.h" #include "graphics/colormasks.h" +#include "graphics/palette.h" class OSystem_DS : public BaseBackend, public PaletteManager { protected: diff --git a/common/bufferedstream.h b/common/bufferedstream.h index dc074422bb..bb09e77d1d 100644 --- a/common/bufferedstream.h +++ b/common/bufferedstream.h @@ -27,6 +27,7 @@ #define COMMON_BUFFEREDSTREAM_H #include "common/stream.h" +#include "common/types.h" namespace Common { |