forked from OSchip/llvm-project
[libc++] Add missing include for is_same in test
This commit is contained in:
parent
8c2c0b3637
commit
e8358455a2
|
@ -7,6 +7,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <test_macros.h>
|
||||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
|
|
Loading…
Reference in New Issue