diff options
Diffstat (limited to 'audio/mods/infogrames.h')
-rw-r--r-- | audio/mods/infogrames.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/mods/infogrames.h b/audio/mods/infogrames.h index c7abebf24e..9787210e82 100644 --- a/audio/mods/infogrames.h +++ b/audio/mods/infogrames.h @@ -33,7 +33,10 @@ #define SOUND_MODS_INFOGRAMES_H #include "audio/mods/paula.h" -#include "common/stream.h" + +namespace Common { +class SeekableReadStream; +} namespace Audio { |