aboutsummaryrefslogtreecommitdiff
path: root/video/bink_decoder.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-11-27 01:54:59 +0100
committerEinar Johan Trøan Sømåen2012-11-27 01:54:59 +0100
commitcf87fcba858cb5e989c8a0ee12f5fc1912502cff (patch)
treee85d27ce2f7430ac339663dbdee847594e2e1b08 /video/bink_decoder.h
parent836a942f0f4c2ed4463d7ef5781cd4abc8752460 (diff)
downloadscummvm-rg350-cf87fcba858cb5e989c8a0ee12f5fc1912502cff.tar.gz
scummvm-rg350-cf87fcba858cb5e989c8a0ee12f5fc1912502cff.tar.bz2
scummvm-rg350-cf87fcba858cb5e989c8a0ee12f5fc1912502cff.zip
VIDEO: Include surface.h in 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 27d3aa3691..08800c2223 100644
--- a/video/bink_decoder.h
+++ b/video/bink_decoder.h
@@ -36,6 +36,8 @@
#include "video/video_decoder.h"
+#include "graphics/surface.h"
+
namespace Audio {
class AudioStream;
class QueuingAudioStream;