NDS: Fix compilation

This commit is contained in:
Ori Avtalion 2011-04-28 22:19:35 +03:00
parent 6f9c56c63d
commit e52d54b55e
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -27,6 +27,7 @@
#define COMMON_BUFFEREDSTREAM_H
#include "common/stream.h"
#include "common/types.h"
namespace Common {