Skip to content

Commit b307683

Browse files
ldionneChenyang-L
authored andcommitted
[libc++][NFC] Add missing includes to perfect_forward.h
Differential Revision: https://reviews.llvm.org/D153807
1 parent 42ab122 commit b307683

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/include/__functional/perfect_forward.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111
#define _LIBCPP___FUNCTIONAL_PERFECT_FORWARD_H
1212

1313
#include <__config>
14+
#include <__type_traits/enable_if.h>
15+
#include <__type_traits/invoke.h>
16+
#include <__type_traits/is_constructible.h>
1417
#include <__utility/declval.h>
1518
#include <__utility/forward.h>
19+
#include <__utility/integer_sequence.h>
1620
#include <__utility/move.h>
1721
#include <tuple>
1822

0 commit comments

Comments
 (0)