diff options
| -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 { | 
