Skip to content

Commit

Permalink
[libc++] Include missing <__assert> after #80091 (#83480)
Browse files Browse the repository at this point in the history
_LIBCPP_ASSERT_SHIM used by the -fno-exceptions and 
LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS=on configuration
needs _LIBCPP_ASSERT from <__assert>.
  • Loading branch information
MaskRay authored Feb 29, 2024
1 parent 5225901 commit 8157847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/src/new.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//

#include "include/overridable_function.h"
#include <__assert>
#include <__memory/aligned_alloc.h>
#include <cstddef>
#include <cstdlib>
Expand Down

0 comments on commit 8157847

Please sign in to comment.