COMMON: Fix compilation on backends that USE_RGB_COLOR

This commit is contained in:
Ori Avtalion
2011-04-28 19:58:45 +03:00
parent ae10472575
commit a88e355b2d
+1 -1
View File
@@ -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;
}