From 9f90b2a1bf96a2d86039aeb59b297047bef87d09 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 8 Dec 2015 11:01:12 +0100 Subject: [PATCH] Fix compilation --- xs/src/libslic3r/PlaceholderParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/src/libslic3r/PlaceholderParser.cpp b/xs/src/libslic3r/PlaceholderParser.cpp index 57220628f..03aeee37e 100644 --- a/xs/src/libslic3r/PlaceholderParser.cpp +++ b/xs/src/libslic3r/PlaceholderParser.cpp @@ -1,4 +1,5 @@ #include "PlaceholderParser.hpp" +#include #include #include #include