aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxabi/patches/04-missed-include.patch
blob: 858141caa39b54a3eab8ca73ef9fb48258b48d05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/src/demangle/ItaniumDemangle.h b/src/demangle/ItaniumDemangle.h
--- a/src/demangle/ItaniumDemangle.h
+++ b/src/demangle/ItaniumDemangle.h
@@ -27,6 +27,7 @@
 #include <cstring>
 #include <limits>
 #include <new>
+#include <type_traits>
 #include <utility>
 
 DEMANGLE_NAMESPACE_BEGIN