more missing includes (#5930)

Here are more missing header files recently identified by building
without precompiled header support.
This commit is contained in:
Robert Schiele 2024-07-01 12:07:19 +02:00 committed by GitHub
parent bca67b5baa
commit ee67b8d762
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include "VoxelUtils.hpp"
#include "../Geometry.hpp"
#include "../Fill/FillRectilinear.hpp"
#include "../Surface.hpp"
namespace Slic3r
{

View file

@ -7,6 +7,7 @@
#include <functional>
#include "../Polygon.hpp"
#include "../ExPolygon.hpp"
namespace Slic3r
{