diff options
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 0f01fcd0c3..5d873b00e7 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; } |