From bfc9678839109ace2570b4a3492ee0d056899cc8 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Fri, 16 Mar 2018 19:26:13 +0100 Subject: [PATCH] why is strlen() defined by different include on different systems? --- xs/src/slic3r/Utils/ASCIIFolding.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/src/slic3r/Utils/ASCIIFolding.cpp b/xs/src/slic3r/Utils/ASCIIFolding.cpp index 53b860d65f..c61fe2902c 100644 --- a/xs/src/slic3r/Utils/ASCIIFolding.cpp +++ b/xs/src/slic3r/Utils/ASCIIFolding.cpp @@ -1,6 +1,7 @@ #include "ASCIIFolding.hpp" #include +#include #include #include