Skip to content

Commit f100fa2

Browse files
committed
Fixed includes
1 parent 24dc20b commit f100fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__functional/reference_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
#define _LIBCPP___FUNCTIONAL_REFERENCE_WRAPPER_H
1212

1313
#include <__compare/synth_three_way.h>
14+
#include <__concepts/boolean_testable.h>
1415
#include <__config>
1516
#include <__functional/invoke.h>
1617
#include <__functional/weak_result_type.h>
1718
#include <__memory/addressof.h>
1819
#include <__type_traits/enable_if.h>
1920
#include <__type_traits/is_const.h>
20-
#include <__type_traits/is_convertible.h>
2121
#include <__type_traits/remove_cvref.h>
2222
#include <__type_traits/void_t.h>
2323
#include <__utility/declval.h>

0 commit comments

Comments
 (0)