diff options
author | Filippos Karapetis | 2011-10-05 02:22:26 -0700 |
---|---|---|
committer | Filippos Karapetis | 2011-10-05 02:22:26 -0700 |
commit | 399142581218c7f26cddc83921129cde169031ac (patch) | |
tree | 28601f017b91e4b4cb85132b45216ddde448e64e | |
parent | 4d7847426cda50f0e3fc0c274e8acdf762f12d9b (diff) | |
parent | 9468e6d24e78a9574b4ff2fb64cce997fe45e121 (diff) | |
download | scummvm-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.h | 2 |
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 { |