aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/decoders/raw.cpp2
-rw-r--r--sound/mods/infogrames.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/sound/decoders/raw.cpp b/sound/decoders/raw.cpp
index 2259cd315c..aedddbf6c4 100644
--- a/sound/decoders/raw.cpp
+++ b/sound/decoders/raw.cpp
@@ -24,7 +24,7 @@
*/
#include "common/endian.h"
-#include "common/stream.h"
+#include "common/memstream.h"
#include "sound/audiostream.h"
#include "sound/mixer.h"
diff --git a/sound/mods/infogrames.cpp b/sound/mods/infogrames.cpp
index c2631dc079..048872d4a0 100644
--- a/sound/mods/infogrames.cpp
+++ b/sound/mods/infogrames.cpp
@@ -26,6 +26,7 @@
#include "sound/mods/infogrames.h"
#include "common/endian.h"
#include "common/file.h"
+#include "common/memstream.h"
namespace Audio {