[libcxx] r217938 - Add include of <cassert> for the operator comma

Marshall Clow mclow.lists at gmail.com
Tue Sep 16 21:09:36 PDT 2014


Author: marshall
Date: Tue Sep 16 23:09:35 2014
New Revision: 217938

URL: http://llvm.org/viewvc/llvm-project?rev=217938&view=rev
Log:
Add include of <cassert> for the operator comma

Modified:
    libcxx/trunk/test/support/test_iterators.h

Modified: libcxx/trunk/test/support/test_iterators.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/support/test_iterators.h?rev=217938&r1=217937&r2=217938&view=diff
==============================================================================
--- libcxx/trunk/test/support/test_iterators.h (original)
+++ libcxx/trunk/test/support/test_iterators.h Tue Sep 16 23:09:35 2014
@@ -11,6 +11,7 @@
 #define ITERATORS_H
 
 #include <iterator>
+#include <cassert>
 
 template <class It>
 class output_iterator





More information about the cfe-commits mailing list