[libcxx-commits] [libcxx] e835845 - [libc++] Add missing include for is_same in test

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 14 09:55:49 PST 2020


Author: Eric Fiselier
Date: 2020-02-14T18:55:27+01:00
New Revision: e8358455a2b662bec59bc3971c18346800d7cb00

URL: https://github.com/llvm/llvm-project/commit/e8358455a2b662bec59bc3971c18346800d7cb00
DIFF: https://github.com/llvm/llvm-project/commit/e8358455a2b662bec59bc3971c18346800d7cb00.diff

LOG: [libc++] Add missing include for is_same in test

Added: 
    

Modified: 
    libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp b/libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
index 657d17d9c451..ef1779e1b45f 100644
--- a/libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
+++ b/libcxx/test/std/language.support/support.types/byteops/to_integer.pass.cpp
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include <cstddef>
+#include <type_traits>
 #include <test_macros.h>
 
 // UNSUPPORTED: c++98, c++03, c++11, c++14


        


More information about the libcxx-commits mailing list