* fix build problem on Haiku hosts caused by recent move of

ObjectList.h into public header space


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40255 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2011-01-20 18:52:21 +00:00
parent 81b0e79a7b
commit 84f05bd08b
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class BPartitionParameterEditor;
class BDiskDeviceVisitor; class BDiskDeviceVisitor;
class BDiskSystem; class BDiskSystem;
class BMutablePartition; class BMutablePartition;
template <class T> class BObjectList;
class BPartitioningInfo; class BPartitioningInfo;
class BPath; class BPath;
class BVolume; class BVolume;

View File

@ -16,6 +16,7 @@
#include <DiskSystem.h> #include <DiskSystem.h>
#include <fs_volume.h> #include <fs_volume.h>
#include <Message.h> #include <Message.h>
#include <ObjectList.h>
#include <Partition.h> #include <Partition.h>
#include <PartitioningInfo.h> #include <PartitioningInfo.h>
#include <Path.h> #include <Path.h>