mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Fix memset build error
Moved #include <cstring> to catch_reporter_bases.hpp
This commit is contained in:
		| @@ -10,6 +10,8 @@ | ||||
|  | ||||
| #include "../internal/catch_interfaces_reporter.h" | ||||
|  | ||||
| #include <cstring> | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     struct StreamingReporterBase : SharedImpl<IStreamingReporter> { | ||||
|   | ||||
| @@ -13,8 +13,6 @@ | ||||
| #include "../internal/catch_reporter_registrars.hpp" | ||||
| #include "../internal/catch_console_colour.hpp" | ||||
|  | ||||
| #include <cstring> | ||||
|  | ||||
| namespace Catch { | ||||
|  | ||||
|     struct ConsoleReporter : StreamingReporterBase { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash