Fix building errors when precompiled header support is disabled (#6879)

Here are more missing header files recently identified by building
without precompiled header support.
This commit is contained in:
Robert Schiele 2024-09-23 13:26:18 +02:00 committed by GitHub
parent 11146b14cd
commit 711ec0506b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include <clipper/clipper_z.hpp>
#include <libslic3r/Point.hpp>
#include <libslic3r/ExPolygon.hpp>
namespace Slic3r {

View file

@ -11,6 +11,7 @@
#include "libslic3r.h"
#include "Utils.hpp"
#include "Point.hpp"
namespace Slic3r
{