mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 01:46:06 +08: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
@ -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…
x
Reference in New Issue
Block a user