Added missing <cstring> include to stringref.cpp
This commit is contained in:
parent
fcba30569c
commit
e08a4ed99e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "catch_stringref.h"
|
||||
|
||||
#include <ostream>
|
||||
#include <cstring>
|
||||
|
||||
namespace Catch {
|
||||
auto StringRef::fromRaw( char const* rawChars ) -> StringRef {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue