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

salty-horse ori at avtalion.name
Sun May 1 18:00:23 CEST 2011


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:
a896125ee4 VIDEO: Fix flic decoder not including rect.h which is used inline


Commit: a896125ee40725cd3f98a0fc8b33f20c590c7c18
    https://github.com/scummvm/scummvm/commit/a896125ee40725cd3f98a0fc8b33f20c590c7c18
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-05-01T08:48:42-07:00

Commit Message:
VIDEO: Fix flic decoder not including rect.h which is used inline

Changed paths:
    video/flic_decoder.h



diff --git a/video/flic_decoder.h b/video/flic_decoder.h
index 42e7863..4ca8615 100644
--- a/video/flic_decoder.h
+++ b/video/flic_decoder.h
@@ -29,11 +29,11 @@
 #include "video/video_decoder.h"
 #include "common/list.h"
 #include "common/rational.h"
+#include "common/rect.h"
 #include "graphics/pixelformat.h"
 #include "graphics/surface.h"
 
 namespace Common {
-struct Rect;
 class SeekableReadStream;
 }
 






More information about the Scummvm-git-logs mailing list