summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2015-01-09 20:25:52 +0000
committerMarshall Clow <mclow.lists@gmail.com>2015-01-09 20:25:52 +0000
commite21582e742d6536abfd85a842e38f4822e3a4f75 (patch)
tree7cdfec0e60cf21266a37e7196d05a09a0145483d /libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp
parent898e10e4d3602511db1b5a9add81b2356a6221d2 (diff)
downloadbcm5719-llvm-e21582e742d6536abfd85a842e38f4822e3a4f75.tar.gz
bcm5719-llvm-e21582e742d6536abfd85a842e38f4822e3a4f75.zip
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
Diffstat (limited to 'libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp')
-rw-r--r--libcxx/test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp2
1 files changed, 2 insertions, 0 deletions
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 <cstdint>
#include <cstdint>
+#include <cstddef>
+#include <cwchar>
#include <csignal>
#include <cwctype>
#include <climits>
OpenPOWER on IntegriCloud