Now also compiles when debug output is turned on.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-30 00:08:32 +00:00
parent bf72c9e259
commit 4c7103986e

View File

@ -1,8 +1,11 @@
// PartitionMapParser.cpp
#include <KernelExport.h>
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <new>