[Scummvm-cvs-logs] scummvm master -> e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4

salty-horse ori at avtalion.name
Thu Apr 28 21:20:55 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e52d54b55e NDS: Fix compilation


Commit: e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4
    https://github.com/scummvm/scummvm/commit/e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T12:19:35-07:00

Commit Message:
NDS: Fix compilation

Changed paths:
    backends/platform/ds/arm9/source/osystem_ds.h
    common/bufferedstream.h



diff --git a/backends/platform/ds/arm9/source/osystem_ds.h b/backends/platform/ds/arm9/source/osystem_ds.h
index 5e179d1..b745b4d 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 dc07442..bb09e77 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 {
 






More information about the Scummvm-git-logs mailing list