summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.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/utilities/tuple/tuple.tuple/tuple.elem/get_rv.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/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp')
-rw-r--r--libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp
index 5a97710c2e3..414d8a1c922 100644
--- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp
+++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp
@@ -16,6 +16,7 @@
// get(tuple<Types...>&& t);
#include <tuple>
+#include <utility>
#include <memory>
#include <cassert>
OpenPOWER on IntegriCloud