From 3d65ceb796575a1fc793515cb4f48f241f08a2fa Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 31 Aug 2017 15:01:23 -0700 Subject: [PATCH] Add missing #include --- text.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/text.cpp b/text.cpp index aee4713..73caf87 100644 --- a/text.cpp +++ b/text.cpp @@ -6,6 +6,7 @@ #include "text.hpp" #include #include +#include /** * Returns an empty string if `s` is valid utf8;