commit | 4d4c79d8f5adc4577233f75ac48fbf6cb8f0e6be | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Mon Oct 24 20:11:17 2016 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Mon Oct 24 20:11:17 2016 +0000 |
tree | f87746a5e98fbaa1947d935e35ee37ad3b2e3815 | |
parent | 009fb08d14c1bbca781832d0116463e003507f0f [diff] [blame] |
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft llvm-svn: 285012
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 0a2ed837..4160146 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"