Skip to content

Commit

Permalink
Fix building errors when precompiled header support is disabled (Soft…
Browse files Browse the repository at this point in the history
…Fever#6879)

Here are more missing header files recently identified by building
without precompiled header support.
  • Loading branch information
schiele authored Sep 23, 2024
1 parent 11146b1 commit 711ec05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libslic3r/ClipperZUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <clipper/clipper_z.hpp>
#include <libslic3r/Point.hpp>
#include <libslic3r/ExPolygon.hpp>

namespace Slic3r {

Expand Down
1 change: 1 addition & 0 deletions src/libslic3r/Slicing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include "libslic3r.h"
#include "Utils.hpp"
#include "Point.hpp"

namespace Slic3r
{
Expand Down

0 comments on commit 711ec05

Please sign in to comment.