aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/sound.h')
-rw-r--r--engines/avalanche/sound.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/avalanche/sound.h b/engines/avalanche/sound.h
index a67016a206..f9775654b4 100644
--- a/engines/avalanche/sound.h
+++ b/engines/avalanche/sound.h
@@ -24,7 +24,10 @@
#define AVALANCHE_SOUND_H
#include "audio/mixer.h"
-#include "audio/softsynth/pcspk.h"
+
+namespace Audio {
+class PCSpeaker;
+}
namespace Avalanche {