Skip to content

Commit 47cd56f

Browse files
Add missing include
Co-authored-by: A. Jiang <[email protected]>
1 parent 4a5b4e4 commit 47cd56f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__concepts/comparison_common_type.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <__config>
1616
#include <__type_traits/common_reference.h>
1717
#include <__type_traits/make_const_lvalue_ref.h>
18+
#include <__type_traits/remove_cvref.h>
1819

1920
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
2021
# pragma GCC system_header

0 commit comments

Comments
 (0)