* compile fix provided by Michael Berg

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2007-06-18 08:35:50 +00:00
parent 8ec143c887
commit 033bb29d51
1 changed files with 3 additions and 0 deletions

View File

@ -23,10 +23,13 @@
#include <Window.h> #include <Window.h>
class BStringView;
class BTextView;
class Controller; class Controller;
class ControllerObserver; class ControllerObserver;
class InfoView; class InfoView;
#define INFO_STATS 0x00000001 #define INFO_STATS 0x00000001
#define INFO_TRANSPORT 0x00000002 #define INFO_TRANSPORT 0x00000002
#define INFO_FILE 0x00000004 #define INFO_FILE 0x00000004