diff --git a/src/slicer.cpp b/src/slicer.cpp index 1e12d21018..f66e2d40ec 100644 --- a/src/slicer.cpp +++ b/src/slicer.cpp @@ -13,7 +13,7 @@ #include "Application.h" #include "Slice.h" #include "geometry/OpenPolyline.h" -#include "geometry/SingleShape.h" // Needed to our call of splitIntoParts() +#include "geometry/SingleShape.h" // Needed in order to call splitIntoParts() #include "plugins/slots.h" #include "raft.h" #include "settings/AdaptiveLayerHeights.h"