diff options
-rw-r--r-- | audio/decoders/adpcm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/decoders/adpcm.h b/audio/decoders/adpcm.h index a41da3ae77..06cda69225 100644 --- a/audio/decoders/adpcm.h +++ b/audio/decoders/adpcm.h @@ -38,7 +38,9 @@ #define SOUND_ADPCM_H #include "common/scummsys.h" -#include "common/stream.h" +#include "common/types.h" + +namespace Common { class SeekableReadStream; } namespace Audio { |