Skip to content

Commit

Permalink
MOHAWK: Fix compilation when only default engines are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed Apr 28, 2011
1 parent 8feac89 commit ca23658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/mohawk/graphics.cpp
Expand Up @@ -29,8 +29,10 @@

#include "common/substream.h"
#include "common/system.h"
#include "common/textconsole.h"
#include "engines/util.h"
#include "graphics/palette.h"
#include "graphics/palette.h"

This comment has been minimized.

Copy link
@lordhoto

lordhoto Apr 28, 2011

Contributor

Isn't that included a line above already?

#include "graphics/primitives.h"
#include "gui/message.h"

Expand Down

0 comments on commit ca23658

Please sign in to comment.