diff --git a/video/flic_decoder.h b/video/flic_decoder.h index 42e7863fc66..4ca8615de12 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; }