aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sjis.cpp1
-rw-r--r--graphics/video/codecs/qdm2.cpp1
-rw-r--r--graphics/video/codecs/truemotion1.cpp1
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