[libcxx] r285012 - Add missing include in string_view tests. Patch from Billy ONeil @ microsoft

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 24 13:11:17 PDT 2016


Author: ericwf
Date: Mon Oct 24 15:11:17 2016
New Revision: 285012

URL: http://llvm.org/viewvc/llvm-project?rev=285012&view=rev
Log:
Add missing include in string_view tests. Patch from Billy ONeil @ microsoft

Modified:
    libcxx/trunk/test/std/strings/string.view/string.view.ops/copy.pass.cpp

Modified: libcxx/trunk/test/std/strings/string.view/string.view.ops/copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/strings/string.view/string.view.ops/copy.pass.cpp?rev=285012&r1=285011&r2=285012&view=diff
==============================================================================
--- libcxx/trunk/test/std/strings/string.view/string.view.ops/copy.pass.cpp (original)
+++ libcxx/trunk/test/std/strings/string.view/string.view.ops/copy.pass.cpp Mon Oct 24 15:11:17 2016
@@ -19,6 +19,7 @@
 
 
 #include <string_view>
+#include <algorithm>
 #include <cassert>
 
 #include "test_macros.h"




More information about the cfe-commits mailing list