Blob Blame History Raw
--- cpp-hocon-0.2.1/lib/src/path.cc~	2020-06-03 09:26:59.140653029 +0100
+++ cpp-hocon-0.2.1/lib/src/path.cc	2020-06-03 09:27:13.967657421 +0100
@@ -4,6 +4,7 @@
 #include <internal/config_util.hpp>
 #include <internal/path_parser.hpp>
 #include <leatherman/locale/locale.hpp>
+#include <algorithm>
 
 // Mark string for translation (alias for leatherman::locale::format)
 using leatherman::locale::_;
--- cpp-hocon-0.2.1/lib/src/tokenizer.cc~	2020-06-03 09:32:11.540741702 +0100
+++ cpp-hocon-0.2.1/lib/src/tokenizer.cc	2020-06-03 09:32:14.679742586 +0100
@@ -7,6 +7,7 @@
 #include <internal/values/config_string.hpp>
 #include <boost/nowide/fstream.hpp>
 #include <boost/lexical_cast.hpp>
+#include <boost/nowide/convert.hpp>
 #include <leatherman/locale/locale.hpp>
 
 // Mark string for translation (alias for leatherman::locale::format)