1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-03 13:33:53 +00:00

Include missing <cstring> header

- should fix issue #274
This commit is contained in:
Phil Nash 2014-04-23 17:51:30 +01:00
parent aef6cd5332
commit f1928b7f24

View File

@ -13,6 +13,8 @@
#include "../internal/catch_reporter_registrars.hpp"
#include "../internal/catch_console_colour.hpp"
#include <cstring>
namespace Catch {
struct ConsoleReporter : StreamingReporterBase {