Skip to content

Commit

Permalink
COMMON: Fix compilation on backends that USE_RGB_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Apr 28, 2011
1 parent ae10472 commit a88e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/system.h
Expand Up @@ -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;
}

Expand Down

0 comments on commit a88e355

Please sign in to comment.