Skip to content

Commit 0df7812

Browse files
committed
[libc++] Add missing include to three_way_comp_ref_type.h
We were using a `_LIBCPP_ASSERT_FOO` macro without including `<__assert>`. rdar://134425695
1 parent fac87b8 commit 0df7812

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__algorithm/three_way_comp_ref_type.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
1010
#define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
1111

12+
#include <__assert>
1213
#include <__compare/ordering.h>
1314
#include <__config>
1415
#include <__utility/declval.h>

0 commit comments

Comments
 (0)