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