mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00: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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user