aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/theora_decoder.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/theora_decoder.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/theora_decoder.h')
-rw-r--r--engines/sword25/fmv/theora_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword25/fmv/theora_decoder.h b/engines/sword25/fmv/theora_decoder.h
index 13765e2ede..f6c622563b 100644
--- a/engines/sword25/fmv/theora_decoder.h
+++ b/engines/sword25/fmv/theora_decoder.h
@@ -26,6 +26,8 @@
#ifndef SWORD25_THEORADECODER_H
#define SWORD25_THEORADECODER_H
+#include "common/scummsys.h" // for USE_THEORADEC
+
#ifdef USE_THEORADEC
#include "graphics/video/video_decoder.h"