mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	include <iterator> in catch_stats.hpp
needed for std::back_inserter on some platforms
This commit is contained in:
		 khyperia
					khyperia
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							81d52c4a5f
						
					
				
				
					commit
					87b5bf77bc
				
			| @@ -18,6 +18,7 @@ | ||||
| #include <algorithm> | ||||
| #include <functional> | ||||
| #include <vector> | ||||
| #include <iterator> | ||||
| #include <numeric> | ||||
| #include <tuple> | ||||
| #include <cmath> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user