aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/soundfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mods/soundfx.h')
-rw-r--r--audio/mods/soundfx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mods/soundfx.h b/audio/mods/soundfx.h
index 089c19d292..9dd5240160 100644
--- a/audio/mods/soundfx.h
+++ b/audio/mods/soundfx.h
@@ -32,7 +32,9 @@
#ifndef SOUND_MODS_SOUNDFX_H
#define SOUND_MODS_SOUNDFX_H
-#include "common/stream.h"
+namespace Common {
+class SeekableReadStream;
+}
namespace Audio {