aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video/flic_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/flic_decoder.h b/video/flic_decoder.h
index 42e7863fc6..4ca8615de1 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;
}