summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorDmitry Chernenkov <dmitryc@google.com>2023-03-20 12:59:05 +0000
committerDmitry Chernenkov <dmitryc@google.com>2023-03-20 13:00:33 +0000
commit95d6365ff0c282395881c8a9ea6e2694f93051e1 (patch)
tree9b0c25c9a60e2610bd2239f02ca2aab075cd3e68 /libcxxabi
parentf406adf134c2f81747bbc653b1399656268fe17a (diff)
downloadllvm-95d6365ff0c282395881c8a9ea6e2694f93051e1.tar.gz
[libcxxabi] Fix for c9d36bd80760db14f14b33789e6cbc6cb8c64830
Otherwise fails with LIBCPP_REMOVE_TRANSITIVE_INCLUDES
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/cxa_aux_runtime.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_aux_runtime.cpp b/libcxxabi/src/cxa_aux_runtime.cpp
index a42990c7eff5..5e6040d75a26 100644
--- a/libcxxabi/src/cxa_aux_runtime.cpp
+++ b/libcxxabi/src/cxa_aux_runtime.cpp
@@ -10,6 +10,7 @@
//===----------------------------------------------------------------------===//
#include "cxxabi.h"
+#include <exception>
#include <new>
#include <typeinfo>