From 95d6365ff0c282395881c8a9ea6e2694f93051e1 Mon Sep 17 00:00:00 2001 From: Dmitry Chernenkov Date: Mon, 20 Mar 2023 12:59:05 +0000 Subject: [PATCH] [libcxxabi] Fix for c9d36bd80760db14f14b33789e6cbc6cb8c64830 Otherwise fails with LIBCPP_REMOVE_TRANSITIVE_INCLUDES --- libcxxabi/src/cxa_aux_runtime.cpp | 1 + 1 file changed, 1 insertion(+) 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 #include #include