diff options
author | Einar Johan Trøan Sømåen | 2012-11-27 01:54:59 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-11-27 01:54:59 +0100 |
commit | cf87fcba858cb5e989c8a0ee12f5fc1912502cff (patch) | |
tree | e85d27ce2f7430ac339663dbdee847594e2e1b08 /video/bink_decoder.h | |
parent | 836a942f0f4c2ed4463d7ef5781cd4abc8752460 (diff) | |
download | scummvm-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.h | 2 |
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; |