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 /common | |
parent | 6f9c56c63d8acbb97a8866c299a0deb84cc8cf88 (diff) | |
download | scummvm-rg350-e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4.tar.gz scummvm-rg350-e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4.tar.bz2 scummvm-rg350-e52d54b55e0c79a83c0a47b139b3b588ce8dd0c4.zip |
NDS: Fix compilation
Diffstat (limited to 'common')
-rw-r--r-- | common/bufferedstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |