From 033bb29d51e81f1dc5bf87a59cd9b91baa946ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 18 Jun 2007 08:35:50 +0000 Subject: [PATCH] * compile fix provided by Michael Berg git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21447 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/InfoWin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/mediaplayer/InfoWin.h b/src/apps/mediaplayer/InfoWin.h index 8cc95fe32e..0c404d59ad 100644 --- a/src/apps/mediaplayer/InfoWin.h +++ b/src/apps/mediaplayer/InfoWin.h @@ -23,9 +23,12 @@ #include +class BStringView; +class BTextView; class Controller; class ControllerObserver; class InfoView; + #define INFO_STATS 0x00000001 #define INFO_TRANSPORT 0x00000002