From 59471e3f4352396ba2e78c161b006e3d36e11682 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 10 Jan 2010 15:30:31 +0000 Subject: Fix missing type forward declaration in voc.h. svn-id: r47228 --- sound/voc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/voc.h b/sound/voc.h index e16d8169f9..a11a0a5990 100644 --- a/sound/voc.h +++ b/sound/voc.h @@ -45,6 +45,7 @@ namespace Common { class SeekableReadStream; } namespace Audio { +class AudioStream; class SeekableAudioStream; -- cgit v1.2.3