diff options
author | Max Horn | 2010-11-19 01:37:04 +0000 |
---|---|---|
committer | Max Horn | 2010-11-19 01:37:04 +0000 |
commit | a0df86955f80dedaa00e6f7593e96b90b697a83a (patch) | |
tree | 546f48f5edc6248ce3f2af65cf6a2b4727b7dd40 /engines/sci/video | |
parent | 785590e504ff2c275ee2a4101ecd4827666230b4 (diff) | |
download | scummvm-rg350-a0df86955f80dedaa00e6f7593e96b90b697a83a.tar.gz scummvm-rg350-a0df86955f80dedaa00e6f7593e96b90b697a83a.tar.bz2 scummvm-rg350-a0df86955f80dedaa00e6f7593e96b90b697a83a.zip |
ALL: Push down deps on stream.h from .h to .cpp files
svn-id: r54358
Diffstat (limited to 'engines/sci/video')
-rw-r--r-- | engines/sci/video/seq_decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/video/seq_decoder.cpp b/engines/sci/video/seq_decoder.cpp index 58fd60621d..a08f837866 100644 --- a/engines/sci/video/seq_decoder.cpp +++ b/engines/sci/video/seq_decoder.cpp @@ -26,6 +26,7 @@ #include "common/debug.h" #include "common/endian.h" #include "common/archive.h" +#include "common/stream.h" #include "common/system.h" #include "common/util.h" |