From 06c2acf0144cba9937ca67ea95b1b464d11b06f3 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 20 Feb 2019 11:16:31 +0100 Subject: [PATCH] Fixed a missing include. --- src/libslic3r/SLA/SLAAutoSupports.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/SLA/SLAAutoSupports.hpp b/src/libslic3r/SLA/SLAAutoSupports.hpp index b552d1c0bae..0d5cc64f17c 100644 --- a/src/libslic3r/SLA/SLAAutoSupports.hpp +++ b/src/libslic3r/SLA/SLAAutoSupports.hpp @@ -1,6 +1,7 @@ #ifndef SLAAUTOSUPPORTS_HPP_ #define SLAAUTOSUPPORTS_HPP_ +#include #include #include #include