[libcxx] r279453 - Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 11:45:31 PDT 2016


Author: marshall
Date: Mon Aug 22 13:45:31 2016
New Revision: 279453

URL: http://llvm.org/viewvc/llvm-project?rev=279453&view=rev
Log:
Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change.

Modified:
    libcxx/trunk/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp

Modified: libcxx/trunk/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp?rev=279453&r1=279452&r2=279453&view=diff
==============================================================================
--- libcxx/trunk/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp (original)
+++ libcxx/trunk/test/std/containers/associative/map/map.cons/copy_assign.pass.cpp Mon Aug 22 13:45:31 2016
@@ -17,6 +17,7 @@
 #include <cassert>
 #include <vector>
 #include <algorithm>
+#include <iterator>
 
 #include <iostream>
 




More information about the cfe-commits mailing list