From cb135edb26e7065fe362d0e4734a1a0fe4e9e393 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Mon, 21 Sep 2020 20:09:52 +0200 Subject: [PATCH] Add missing header for boost::algorithm::to_upper_copy --- src/libslic3r/GCode/WipeTower.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libslic3r/GCode/WipeTower.cpp b/src/libslic3r/GCode/WipeTower.cpp index 3b8f1e0ac..c64c5d7be 100644 --- a/src/libslic3r/GCode/WipeTower.cpp +++ b/src/libslic3r/GCode/WipeTower.cpp @@ -25,6 +25,8 @@ TODO LIST #include "BoundingBox.hpp" #include "Flow.hpp" +#include + #if defined(__linux) || defined(__GNUC__ ) #include #endif /* __linux */