summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.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/memory/unique.ptr/unique.ptr.runtime/move04.fail.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/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp')
-rw-r--r--libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp b/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp
index e0d7c891c80..4e85e5b0fb9 100644
--- a/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp
+++ b/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp
@@ -14,6 +14,7 @@
// Test unique_ptr move ctor
#include <memory>
+#include <utility>
#include <cassert>
// test move ctor. Can't copy from const lvalue
OpenPOWER on IntegriCloud