mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Added some missing cstring includes
This commit is contained in:
		| @@ -2,6 +2,8 @@ | ||||
|  | ||||
| #include "catch.hpp" | ||||
|  | ||||
| #include <cstring> | ||||
|  | ||||
| TEST_CASE( "String", "[Strings]" ) { | ||||
|     using Catch::String; | ||||
|      | ||||
|   | ||||
| @@ -3,6 +3,8 @@ | ||||
|  | ||||
| #include "catch.hpp" | ||||
|  | ||||
| #include <cstring> | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     // Implementation of test accessors | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash