From e5b36f548b2644b04c440d429ea3b765e1d98f22 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 8 Jan 2015 19:31:28 +0000 Subject: [PATCH] Add missing include --- src/string.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/string.cc b/src/string.cc index 6a1fda55..ef115b2b 100644 --- a/src/string.cc +++ b/src/string.cc @@ -4,6 +4,8 @@ #include "containers.hh" #include "utf8_iterator.hh" +#include + namespace Kakoune {