summaryrefslogtreecommitdiffstats
path: root/libcxx/include/exception
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-09-12 19:41:40 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-09-12 19:41:40 +0000
commitf56972e22489c92028e5147344ab8b31b0b4fed5 (patch)
tree1b8db08c4b4b7c9af60308554e38e84655330228 /libcxx/include/exception
parent956ff0f8bf8c0eaea965056fb97a2a592ebdd1d0 (diff)
downloadbcm5719-llvm-f56972e22489c92028e5147344ab8b31b0b4fed5.tar.gz
bcm5719-llvm-f56972e22489c92028e5147344ab8b31b0b4fed5.zip
Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955
llvm-svn: 342073
Diffstat (limited to 'libcxx/include/exception')
-rw-r--r--libcxx/include/exception1
1 files changed, 1 insertions, 0 deletions
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 <class E> void rethrow_if_nested(const E& e);
#include <cstddef>
#include <cstdlib>
#include <type_traits>
+#include <version>
#if defined(_LIBCPP_ABI_MICROSOFT) && !defined(_LIBCPP_NO_VCRUNTIME)
#include <vcruntime_exception.h>
OpenPOWER on IntegriCloud