mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
VIDEO: Fix flic decoder not including rect.h which is used inline
This commit is contained in:
parent
71bdb86e02
commit
a896125ee4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user