Skip to content

Commit a2cd12c

Browse files
committed
Add missing include
1 parent ddb387b commit a2cd12c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__vector/vector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
#include <__type_traits/is_constructible.h>
5252
#include <__type_traits/is_nothrow_assignable.h>
5353
#include <__type_traits/is_nothrow_constructible.h>
54+
#include <__type_traits/is_pointer.h>
5455
#include <__type_traits/is_same.h>
5556
#include <__type_traits/is_trivially_relocatable.h>
5657
#include <__type_traits/type_identity.h>

0 commit comments

Comments
 (0)