diff options
Diffstat (limited to 'libcxx/include/exception')
-rw-r--r-- | libcxx/include/exception | 1 |
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> |