summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/string.view/string.view.ops
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-24 20:11:17 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-24 20:11:17 +0000
commit4d4c79d8f5adc4577233f75ac48fbf6cb8f0e6be (patch)
treef87746a5e98fbaa1947d935e35ee37ad3b2e3815 /libcxx/test/std/strings/string.view/string.view.ops
parent009fb08d14c1bbca781832d0116463e003507f0f (diff)
downloadbcm5719-llvm-4d4c79d8f5adc4577233f75ac48fbf6cb8f0e6be.tar.gz
bcm5719-llvm-4d4c79d8f5adc4577233f75ac48fbf6cb8f0e6be.zip
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft
llvm-svn: 285012
Diffstat (limited to 'libcxx/test/std/strings/string.view/string.view.ops')
-rw-r--r--libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp b/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
index 0a2ed837127..41601467b81 100644
--- a/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
+++ b/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
@@ -19,6 +19,7 @@
#include <string_view>
+#include <algorithm>
#include <cassert>
#include "test_macros.h"
OpenPOWER on IntegriCloud