From 3efaf9ff761e315c35db5ae2ee96f8f180d03793 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Fri, 1 May 2020 19:41:20 -0300 Subject: [PATCH] Add string header (reportedly needed for libc++) --- llarp/config/ini.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llarp/config/ini.hpp b/llarp/config/ini.hpp index 774afe04a..c669d9485 100644 --- a/llarp/config/ini.hpp +++ b/llarp/config/ini.hpp @@ -2,6 +2,7 @@ #define LOKINET_BOOTSERV_CONFIG_HPP #include +#include #include #include #include