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

This commit is contained in:
Ori Avtalion 2011-05-01 18:47:29 +03:00
parent 71bdb86e02
commit a896125ee4

View File

@ -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;
}