[Scummvm-cvs-logs] scummvm master -> cf87fcba858cb5e989c8a0ee12f5fc1912502cff

somaen einarjohan at somadalen.com
Tue Nov 27 01:56:06 CET 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cf87fcba85 VIDEO: Include surface.h in bink_decoder.h


Commit: cf87fcba858cb5e989c8a0ee12f5fc1912502cff
    https://github.com/scummvm/scummvm/commit/cf87fcba858cb5e989c8a0ee12f5fc1912502cff
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2012-11-26T16:54:59-08:00

Commit Message:
VIDEO: Include surface.h in bink_decoder.h

Changed paths:
    video/bink_decoder.h



diff --git a/video/bink_decoder.h b/video/bink_decoder.h
index 27d3aa3..08800c2 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;






More information about the Scummvm-git-logs mailing list