diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-01-09 20:25:52 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-01-09 20:25:52 +0000 |
commit | e21582e742d6536abfd85a842e38f4822e3a4f75 (patch) | |
tree | 7cdfec0e60cf21266a37e7196d05a09a0145483d /libcxx/test/std/containers/sequences/array/array.tuple | |
parent | 898e10e4d3602511db1b5a9add81b2356a6221d2 (diff) | |
download | bcm5719-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/containers/sequences/array/array.tuple')
-rw-r--r-- | libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp b/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp index 869c1ec9c2d..8eec3ceff51 100644 --- a/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp +++ b/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp @@ -13,6 +13,7 @@ #include <array> #include <memory> +#include <utility> #include <cassert> int main() |