aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/include/condition_variable
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/include/condition_variable')
-rw-r--r--lib/libcxx/include/condition_variable3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcxx/include/condition_variable b/lib/libcxx/include/condition_variable
index a33250c677..ecec3ea8c0 100644
--- a/lib/libcxx/include/condition_variable
+++ b/lib/libcxx/include/condition_variable
@@ -1,5 +1,5 @@
// -*- C++ -*-
-//===---------------------- condition_variable ----------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -109,6 +109,7 @@ public:
#include <__config>
#include <__mutex_base>
#include <memory>
+#include <version>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header