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