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
1 changed files with 2 additions and 0 deletions

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 {