aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/wave.h')
-rw-r--r--audio/decoders/wave.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/decoders/wave.h b/audio/decoders/wave.h
index 2bdbe8f0b6..33c3e798a0 100644
--- a/audio/decoders/wave.h
+++ b/audio/decoders/wave.h
@@ -43,7 +43,9 @@
#include "common/scummsys.h"
#include "common/types.h"
-namespace Common { class SeekableReadStream; }
+namespace Common {
+class SeekableReadStream;
+}
namespace Audio {