* 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:
parent
81b0e79a7b
commit
84f05bd08b
@ -20,6 +20,7 @@ class BPartitionParameterEditor;
|
||||
class BDiskDeviceVisitor;
|
||||
class BDiskSystem;
|
||||
class BMutablePartition;
|
||||
template <class T> class BObjectList;
|
||||
class BPartitioningInfo;
|
||||
class BPath;
|
||||
class BVolume;
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <DiskSystem.h>
|
||||
#include <fs_volume.h>
|
||||
#include <Message.h>
|
||||
#include <ObjectList.h>
|
||||
#include <Partition.h>
|
||||
#include <PartitioningInfo.h>
|
||||
#include <Path.h>
|
||||
|
Loading…
Reference in New Issue
Block a user