Fix previous commit, forgot to inlude <new> for use of std::nothrow.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27491 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2008-09-13 18:25:26 +00:00
parent 95d570323b
commit 479731a193

View File

@ -20,6 +20,7 @@
#include <errno.h>
#include <fcntl.h>
#include <new>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>