[libcxxabi] Fix for c9d36bd80760db14f14b33789e6cbc6cb8c64830
authorDmitry Chernenkov <dmitryc@google.com>
Mon, 20 Mar 2023 12:59:05 +0000 (12:59 +0000)
committerDmitry Chernenkov <dmitryc@google.com>
Mon, 20 Mar 2023 13:00:33 +0000 (13:00 +0000)
Otherwise fails with LIBCPP_REMOVE_TRANSITIVE_INCLUDES

libcxxabi/src/cxa_aux_runtime.cpp

index a42990c..5e6040d 100644 (file)
@@ -10,6 +10,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "cxxabi.h"
+#include <exception>
 #include <new>
 #include <typeinfo>