From 2eaecb7b339594ffc1e0f9432bc051654de6f066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 22 Oct 2007 16:18:34 +0000 Subject: [PATCH] Fix build for Haiku. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22666 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/playlist/Playlist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/mediaplayer/playlist/Playlist.h b/src/apps/mediaplayer/playlist/Playlist.h index bf575df8e3..f41d6aa4fe 100644 --- a/src/apps/mediaplayer/playlist/Playlist.h +++ b/src/apps/mediaplayer/playlist/Playlist.h @@ -26,6 +26,8 @@ #include class BMessage; +class BString; + class Playlist : public BLocker { public: