From 479731a1930f070530a0a812ac39fcba93affd9b Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 13 Sep 2008 18:25:26 +0000 Subject: [PATCH] Fix previous commit, forgot to inlude for use of std::nothrow. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27491 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bootman/LegacyBootDrive.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 8c70c378c3..073dc395ca 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -20,6 +20,7 @@ #include #include +#include #include #include #include