aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/partition_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/partition_point.h')
-rw-r--r--libcxx/include/__algorithm/partition_point.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libcxx/include/__algorithm/partition_point.h b/libcxx/include/__algorithm/partition_point.h
index 18e6e6f6812f..1675534e60d5 100644
--- a/libcxx/include/__algorithm/partition_point.h
+++ b/libcxx/include/__algorithm/partition_point.h
@@ -11,10 +11,12 @@
#include <__algorithm/half_positive.h>
#include <__config>
-#include <iterator>
+#include <__iterator/advance.h>
+#include <__iterator/distance.h>
+#include <__iterator/iterator_traits.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_STD