From 7a60ae9a7f7cb8feb9a688ecda8c1d59ccc0f0ad Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 14 Aug 2024 20:32:52 +1000 Subject: Add missing include for non libstdc++ builds --- src/string.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/string.hh') diff --git a/src/string.hh b/src/string.hh index 0ed1dc75..677f01f5 100644 --- a/src/string.hh +++ b/src/string.hh @@ -8,6 +8,7 @@ #include "units.hh" #include "utf8.hh" +#include namespace Kakoune { -- cgit v1.2.3