Skip to content

Commit 98b05c4

Browse files
committed
Fix
1 parent 8483790 commit 98b05c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/tuple

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ template <class... Types>
213213
#if __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
214214
# include <__cxx03/__config>
215215
#else
216-
# include <__concepts/boolean_testable.h>
217216
# include <__compare/common_comparison_category.h>
218217
# include <__compare/ordering.h>
219218
# include <__compare/synth_three_way.h>
219+
# include <__concepts/boolean_testable.h>
220220
# include <__config>
221221
# include <__cstddef/size_t.h>
222222
# include <__fwd/array.h>

0 commit comments

Comments
 (0)