diff options
author | Willem Jan Palenstijn | 2011-01-08 03:27:13 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-01-08 03:27:13 +0000 |
commit | 6a28d05676841042d7f12713c3f13d49a632f5ec (patch) | |
tree | c94e252270402ae59446acc15ceabdee4ea9053b /graphics | |
parent | 46befe8492b223bf9935fd0726595091925b0ea9 (diff) | |
download | scummvm-rg350-6a28d05676841042d7f12713c3f13d49a632f5ec.tar.gz scummvm-rg350-6a28d05676841042d7f12713c3f13d49a632f5ec.tar.bz2 scummvm-rg350-6a28d05676841042d7f12713c3f13d49a632f5ec.zip |
BUILD: Include scummsys.h to force rebuild after reconfigure (thanks LordHoto)
svn-id: r55156
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sjis.cpp | 1 | ||||
-rw-r--r-- | graphics/video/codecs/qdm2.cpp | 1 | ||||
-rw-r--r-- | graphics/video/codecs/truemotion1.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/sjis.cpp b/graphics/sjis.cpp index 4b9f2fac57..bb9f33aa26 100644 --- a/graphics/sjis.cpp +++ b/graphics/sjis.cpp @@ -22,6 +22,7 @@ * $Id$ */ +#include "common/scummsys.h" #include "graphics/sjis.h" #ifdef GRAPHICS_SJIS_H diff --git a/graphics/video/codecs/qdm2.cpp b/graphics/video/codecs/qdm2.cpp index 26b18b189b..e34c569feb 100644 --- a/graphics/video/codecs/qdm2.cpp +++ b/graphics/video/codecs/qdm2.cpp @@ -25,6 +25,7 @@ // Based off ffmpeg's QDM2 decoder +#include "common/scummsys.h" #include "graphics/video/codecs/qdm2.h" #ifdef GRAPHICS_QDM2_H diff --git a/graphics/video/codecs/truemotion1.cpp b/graphics/video/codecs/truemotion1.cpp index d244014fff..6ea766ffe1 100644 --- a/graphics/video/codecs/truemotion1.cpp +++ b/graphics/video/codecs/truemotion1.cpp @@ -25,6 +25,7 @@ // Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg +#include "common/scummsys.h" #include "graphics/video/codecs/truemotion1.h" #ifdef GRAPHICS_TRUEMOTION1_H |