aboutsummaryrefslogtreecommitdiff
path: root/video/bink_decoder.h
diff options
context:
space:
mode:
authorEinar Johan T. Sømåen2011-10-02 00:50:43 +0200
committerEinar Johan T. Sømåen2011-10-02 00:50:43 +0200
commit9468e6d24e78a9574b4ff2fb64cce997fe45e121 (patch)
treec3cabb94032f25d54002cfdea376a0b0102f2296 /video/bink_decoder.h
parent9b2848ba90f2ff81483409142a11a2155696bfac (diff)
downloadscummvm-rg350-9468e6d24e78a9574b4ff2fb64cce997fe45e121.tar.gz
scummvm-rg350-9468e6d24e78a9574b4ff2fb64cce997fe45e121.tar.bz2
scummvm-rg350-9468e6d24e78a9574b4ff2fb64cce997fe45e121.zip
VIDEO: Add missing include to bink_decoder.h
Diffstat (limited to 'video/bink_decoder.h')
-rw-r--r--video/bink_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/bink_decoder.h b/video/bink_decoder.h
index ceb55391a9..dd1b7ca67d 100644
--- a/video/bink_decoder.h
+++ b/video/bink_decoder.h
@@ -36,6 +36,8 @@
#include "common/array.h"
#include "common/rational.h"
+#include "graphics/surface.h"
+
#include "video/video_decoder.h"
namespace Common {