aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/decoder.h')
-rw-r--r--scumm/smush/decoder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/smush/decoder.h b/scumm/smush/decoder.h
index cff839214d..8e4e9493f3 100644
--- a/scumm/smush/decoder.h
+++ b/scumm/smush/decoder.h
@@ -24,8 +24,10 @@
#include "config.h"
-#include "rect.h"
+#include "common/rect.h"
+using ScummVM::Point;
+using ScummVM::Rect;
class Blitter;
class Chunk;