Added missing includes (gcc9.4 without pch)

This commit is contained in:
Lukas Matena
2021-11-16 16:08:16 +01:00
parent e063fe920e
commit a2c3a6ac2f
4 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#include "ExPolygonCollection.hpp"
#include "Geometry/ConvexHull.hpp"
#include "BoundingBox.hpp"
namespace Slic3r {