mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +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 "catch_stringref.h"
|
||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
namespace Catch {
|
namespace Catch {
|
||||||
auto StringRef::fromRaw( char const* rawChars ) -> StringRef {
|
auto StringRef::fromRaw( char const* rawChars ) -> StringRef {
|
||||||
|
Loading…
Reference in New Issue
Block a user