gcc 4 fix.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
08baf63a9f
commit
7322bd7a19
@ -6,6 +6,7 @@
|
||||
#include "DiskSystemAddOnManager.h"
|
||||
|
||||
#include <exception>
|
||||
#include <new>
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
@ -21,6 +22,9 @@
|
||||
#include <DiskSystemAddOn.h>
|
||||
|
||||
|
||||
using std::nothrow;
|
||||
|
||||
|
||||
// sManager
|
||||
DiskSystemAddOnManager* DiskSystemAddOnManager::sManager = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user