Skip to content

Commit 8157847

Browse files
authored
[libc++] Include missing <__assert> after #80091 (#83480)
_LIBCPP_ASSERT_SHIM used by the -fno-exceptions and LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS=on configuration needs _LIBCPP_ASSERT from <__assert>.
1 parent 5225901 commit 8157847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/src/new.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "include/overridable_function.h"
10+
#include <__assert>
1011
#include <__memory/aligned_alloc.h>
1112
#include <cstddef>
1213
#include <cstdlib>

0 commit comments

Comments
 (0)