diff options
Diffstat (limited to 'engines/zvision/input_control.h')
-rw-r--r-- | engines/zvision/input_control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/input_control.h b/engines/zvision/input_control.h index 33a1b34313..aab2c991dc 100644 --- a/engines/zvision/input_control.h +++ b/engines/zvision/input_control.h @@ -23,11 +23,11 @@ #ifndef ZVISION_INPUT_CONTROL_H #define ZVISION_INPUT_CONTROL_H -#include "common/types.h" - #include "zvision/control.h" #include "zvision/string_manager.h" +#include "common/rect.h" + namespace ZVision { |