From a88e355b2d53a0561ba42169e06f9a786fa7c040 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Thu, 28 Apr 2011 19:58:45 +0300 Subject: COMMON: Fix compilation on backends that USE_RGB_COLOR --- common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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; } -- cgit v1.2.3