aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/binary_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/binary_search.h')
-rw-r--r--libcxx/include/__algorithm/binary_search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/binary_search.h b/libcxx/include/__algorithm/binary_search.h
index cd1d7b1a752d..8fc55b9becb1 100644
--- a/libcxx/include/__algorithm/binary_search.h
+++ b/libcxx/include/__algorithm/binary_search.h
@@ -11,8 +11,8 @@
#include <__config>
#include <__algorithm/comp.h>
-#include <__algorithm/lower_bound.h>
#include <__algorithm/comp_ref_type.h>
+#include <__algorithm/lower_bound.h>
#include <__iterator/iterator_traits.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)