diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-12-17 11:29:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-17 11:29:16 +0100 |
| commit | 59890c13343af9e308281b3c76bac425087f4f8a (patch) | |
| tree | e8775ec7626a5ccbc791c79d26d0c9e3091fe377 /libcxxabi | |
| parent | 8cd8b5079b3c8debc1fa0b7b2287a00d7d385819 (diff) | |
[libc++] Granularize <new> includes (#119964)
Diffstat (limited to 'libcxxabi')
| -rw-r--r-- | libcxxabi/src/cxa_default_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp index 52b1aacae993..b029982ea87c 100644 --- a/libcxxabi/src/cxa_default_handlers.cpp +++ b/libcxxabi/src/cxa_default_handlers.cpp @@ -10,6 +10,7 @@ //===----------------------------------------------------------------------===// #include <exception> +#include <new> #include "abort_message.h" #include "cxxabi.h" #include "cxa_handlers.h" |
