diff options
author | Einar Johan T. Sømåen | 2011-10-02 00:50:43 +0200 |
---|---|---|
committer | Einar Johan T. Sømåen | 2011-10-02 00:50:43 +0200 |
commit | 9468e6d24e78a9574b4ff2fb64cce997fe45e121 (patch) | |
tree | c3cabb94032f25d54002cfdea376a0b0102f2296 /video | |
parent | 9b2848ba90f2ff81483409142a11a2155696bfac (diff) | |
download | scummvm-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')
-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 { |