From e08a4ed99ed0340588701307ec36aca37653e02d Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Tue, 21 Nov 2017 09:26:56 +0000 Subject: [PATCH] Added missing include to stringref.cpp --- include/internal/catch_stringref.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/internal/catch_stringref.cpp b/include/internal/catch_stringref.cpp index 41c6ac5c..127406ff 100644 --- a/include/internal/catch_stringref.cpp +++ b/include/internal/catch_stringref.cpp @@ -14,6 +14,7 @@ #include "catch_stringref.h" #include +#include namespace Catch { auto StringRef::fromRaw( char const* rawChars ) -> StringRef {