mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
more missing includes (#5930)
Here are more missing header files recently identified by building without precompiled header support.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "VoxelUtils.hpp"
|
||||
#include "../Geometry.hpp"
|
||||
#include "../Fill/FillRectilinear.hpp"
|
||||
#include "../Surface.hpp"
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <functional>
|
||||
|
||||
#include "../Polygon.hpp"
|
||||
#include "../ExPolygon.hpp"
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user