Added missing <cstring> include to stringref.cpp

This commit is contained in:
Phil Nash 2017-11-21 09:26:56 +00:00
parent fcba30569c
commit e08a4ed99e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "catch_stringref.h"
#include <ostream>
#include <cstring>
namespace Catch {
auto StringRef::fromRaw( char const* rawChars ) -> StringRef {