diff --git a/common/system.h b/common/system.h index 0f01fcd0c36..5d873b00e77 100644 --- a/common/system.h +++ b/common/system.h @@ -29,13 +29,13 @@ #include "common/scummsys.h" #include "common/noncopyable.h" #include "common/list.h" // For OSystem::getSupportedFormats() +#include "graphics/pixelformat.h" namespace Audio { class Mixer; } namespace Graphics { -struct PixelFormat; struct Surface; }