Skip to content

Commit f862580

Browse files
committed
Added missing include
1 parent 23ebfd7 commit f862580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/tuple

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ 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>
216217
# include <__compare/common_comparison_category.h>
217218
# include <__compare/ordering.h>
218219
# include <__compare/synth_three_way.h>

0 commit comments

Comments
 (0)