VIDEO: Fix flic decoder not including rect.h which is used inline
This commit is contained in:
parent
71bdb86e02
commit
a896125ee4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue