aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/yuvtorgba.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-13 14:13:48 +0000
committerFilippos Karapetis2010-10-13 14:13:48 +0000
commitde3534fcd3a8c2041b9b8e1d78ed952409726053 (patch)
tree5ff1fd89d14a47fe51b61ca6cad654f84abfe1a3 /engines/sword25/fmv/yuvtorgba.h
parent01b4d4e913bdae5e0ccaec6029ff3312c86c0eb8 (diff)
downloadscummvm-rg350-de3534fcd3a8c2041b9b8e1d78ed952409726053.tar.gz
scummvm-rg350-de3534fcd3a8c2041b9b8e1d78ed952409726053.tar.bz2
scummvm-rg350-de3534fcd3a8c2041b9b8e1d78ed952409726053.zip
SWORD25: Include common/scummsys.h in places where USE_THEORADEC is used
svn-id: r53423
Diffstat (limited to 'engines/sword25/fmv/yuvtorgba.h')
-rw-r--r--engines/sword25/fmv/yuvtorgba.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword25/fmv/yuvtorgba.h b/engines/sword25/fmv/yuvtorgba.h
index f4973a6fbc..675248e6e0 100644
--- a/engines/sword25/fmv/yuvtorgba.h
+++ b/engines/sword25/fmv/yuvtorgba.h
@@ -35,9 +35,10 @@
#ifndef SWORD25_YUVTORGBA_H
#define SWORD25_YUVTORGBA_H
-#include "sword25/kernel/common.h"
+#include "common/scummsys.h" // for USE_THEORADEC
#ifdef USE_THEORADEC
+#include "sword25/kernel/common.h"
#include <theora/theora.h>
#include <theora/codec.h>