mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
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:
parent
11146b14cd
commit
711ec0506b
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <clipper/clipper_z.hpp>
|
||||
#include <libslic3r/Point.hpp>
|
||||
#include <libslic3r/ExPolygon.hpp>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include "libslic3r.h"
|
||||
#include "Utils.hpp"
|
||||
#include "Point.hpp"
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue