From f56972e22489c92028e5147344ab8b31b0b4fed5 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 12 Sep 2018 19:41:40 +0000 Subject: Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 llvm-svn: 342073 --- libcxx/include/exception | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/include/exception') diff --git a/libcxx/include/exception b/libcxx/include/exception index b517486b5a8..7fd92798bff 100644 --- a/libcxx/include/exception +++ b/libcxx/include/exception @@ -81,6 +81,7 @@ template void rethrow_if_nested(const E& e); #include #include #include +#include #if defined(_LIBCPP_ABI_MICROSOFT) && !defined(_LIBCPP_NO_VCRUNTIME) #include -- cgit v1.2.3