mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Added missing <cstring> include to stringref.cpp
This commit is contained in:
parent
fcba30569c
commit
e08a4ed99e
@ -14,6 +14,7 @@
|
||||
#include "catch_stringref.h"
|
||||
|
||||
#include <ostream>
|
||||
#include <cstring>
|
||||
|
||||
namespace Catch {
|
||||
auto StringRef::fromRaw( char const* rawChars ) -> StringRef {
|
||||
|
Loading…
Reference in New Issue
Block a user