diff options
Diffstat (limited to 'engines/groovie/graphics.h')
-rw-r--r-- | engines/groovie/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/groovie/graphics.h b/engines/groovie/graphics.h index ea3261c85f..c9bade9538 100644 --- a/engines/groovie/graphics.h +++ b/engines/groovie/graphics.h @@ -26,6 +26,8 @@ #ifndef GROOVIE_GRAPHICS_H #define GROOVIE_GRAPHICS_H +#include "graphics/surface.h" + namespace Groovie { class GroovieEngine; |