diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/future')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/future | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/include/future b/contrib/llvm-project/libcxx/include/future index 6b666a70f48e..e35eedf35641 100644 --- a/contrib/llvm-project/libcxx/include/future +++ b/contrib/llvm-project/libcxx/include/future @@ -374,6 +374,7 @@ template <class R, class Alloc> struct uses_allocator<packaged_task<R>, Alloc>; #include <mutex> #include <system_error> #include <thread> +#include <version> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header |
