forked from catchorg/Catch2
Added missing <cstring> include to stringref.cpp
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "catch_stringref.h"
|
||||
|
||||
#include <ostream>
|
||||
#include <cstring>
|
||||
|
||||
namespace Catch {
|
||||
auto StringRef::fromRaw( char const* rawChars ) -> StringRef {
|
||||
|
Reference in New Issue
Block a user