mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Added missing #include for <limits>
This commit is contained in:
		| @@ -13,6 +13,7 @@ | ||||
| #include "../catch.hpp" | ||||
|  | ||||
| #include <string> | ||||
| #include <limits> | ||||
|  | ||||
| struct TestData | ||||
| { | ||||
|   | ||||
| @@ -23,6 +23,7 @@ | ||||
|  | ||||
| #include <fstream> | ||||
| #include <stdlib.h> | ||||
| #include <limits> | ||||
|  | ||||
| namespace Catch | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash