From cf87fcba858cb5e989c8a0ee12f5fc1912502cff Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Tue, 27 Nov 2012 01:54:59 +0100 Subject: VIDEO: Include surface.h in bink_decoder.h --- video/bink_decoder.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3