aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/resource_he.cpp2
-rw-r--r--engines/scumm/he/sound_he.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp
index 70663b1b33..09b7b54253 100644
--- a/engines/scumm/he/resource_he.cpp
+++ b/engines/scumm/he/resource_he.cpp
@@ -34,7 +34,7 @@
#include "graphics/cursorman.h"
#include "common/archive.h"
-#include "common/stream.h"
+#include "common/memstream.h"
#include "common/system.h"
namespace Scumm {
diff --git a/engines/scumm/he/sound_he.cpp b/engines/scumm/he/sound_he.cpp
index 1d02a95b30..6feeb2bb8f 100644
--- a/engines/scumm/he/sound_he.cpp
+++ b/engines/scumm/he/sound_he.cpp
@@ -32,6 +32,7 @@
#include "scumm/util.h"
#include "common/config-manager.h"
+#include "common/memstream.h"
#include "common/timer.h"
#include "common/util.h"