aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova')
-rw-r--r--engines/supernova/msn_def.h2
-rw-r--r--engines/supernova/rooms.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h
index 6ce16b8283..cb473e77a0 100644
--- a/engines/supernova/msn_def.h
+++ b/engines/supernova/msn_def.h
@@ -23,6 +23,8 @@
#ifndef SUPERNOVA_MSN_DEF_H
#define SUPERNOVA_MSN_DEF_H
+#include "common/scummsys.h"
+
namespace Supernova {
const int kTextSpeed[] = {19, 14, 10, 7, 4};
diff --git a/engines/supernova/rooms.h b/engines/supernova/rooms.h
index e544997b88..801bfc4d80 100644
--- a/engines/supernova/rooms.h
+++ b/engines/supernova/rooms.h
@@ -23,9 +23,9 @@
#ifndef SUPERNOVA_ROOMS_H
#define SUPERNOVA_ROOMS_H
-#include "common/scummsys.h"
+#include "common/str.h"
-#include "msn_def.h"
+#include "supernova/msn_def.h"
namespace Common {
class ReadStream;