aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2011-10-05 02:22:26 -0700
committerFilippos Karapetis2011-10-05 02:22:26 -0700
commit399142581218c7f26cddc83921129cde169031ac (patch)
tree28601f017b91e4b4cb85132b45216ddde448e64e
parent4d7847426cda50f0e3fc0c274e8acdf762f12d9b (diff)
parent9468e6d24e78a9574b4ff2fb64cce997fe45e121 (diff)
downloadscummvm-rg350-399142581218c7f26cddc83921129cde169031ac.tar.gz
scummvm-rg350-399142581218c7f26cddc83921129cde169031ac.tar.bz2
scummvm-rg350-399142581218c7f26cddc83921129cde169031ac.zip
Merge pull request #95 from somaen/fixbink2
VIDEO: Add missing include to 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 {