Skip to content

Commit f51c915

Browse files
committed
[libc++][NFC] Add a missing include in pre-C++14 language modes.
1 parent 6c59c5c commit f51c915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__memory/swap_allocator.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_swappable.h>
1516
#include <__utility/swap.h>
1617

1718
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

0 commit comments

Comments
 (0)