Skip to content

Commit 821513b

Browse files
committed
[libc++] Fix a missing include in pre-C++17 language modes.
1 parent 6536a67 commit 821513b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__type_traits/noexcept_move_assign_container.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <__config>
1313
#include <__memory/allocator_traits.h>
1414
#include <__type_traits/integral_constant.h>
15+
#include <__type_traits/is_nothrow_move_assignable.h>
1516

1617
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1718
# pragma GCC system_header

0 commit comments

Comments
 (0)