From 10bfa82107f576f43b11d02c8ac55345cf959709 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Fri, 14 Dec 2018 09:57:48 +0100 Subject: [PATCH] Fix msvc build --- src/libslic3r/SLAPrint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/SLAPrint.cpp b/src/libslic3r/SLAPrint.cpp index 328dc5483..9d35a4a34 100644 --- a/src/libslic3r/SLAPrint.cpp +++ b/src/libslic3r/SLAPrint.cpp @@ -423,6 +423,7 @@ void swapXY(ExPolygon& expoly) { void SLAPrint::process() { using namespace sla; + using ExPolygon = Slic3r::ExPolygon; // Assumption: at this point the print objects should be populated only with // the model objects we have to process and the instances are also filtered