From e21582e742d6536abfd85a842e38f4822e3a4f75 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Fri, 9 Jan 2015 20:25:52 +0000 Subject: Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541 --- libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp') diff --git a/libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp b/libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp index 9c3354d750b..23cf8b66bcb 100644 --- a/libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp +++ b/libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp @@ -10,6 +10,8 @@ // test #include +#include +#include #include #include #include -- cgit v1.2.3