mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
more missing includes (#5930)
Here are more missing header files recently identified by building without precompiled header support.
This commit is contained in:
parent
bca67b5baa
commit
ee67b8d762
5 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <math.h>
|
||||
#include <cstring>
|
||||
#include <cfloat>
|
||||
#include <regex>
|
||||
|
||||
#include "../libslic3r.h"
|
||||
#include "../PrintConfig.hpp"
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <cassert>
|
||||
#include <random>
|
||||
#include <unordered_set>
|
||||
#include <thread>
|
||||
#include "libslic3r/AABBTreeLines.hpp"
|
||||
static const int overhang_sampling_number = 6;
|
||||
static const double narrow_loop_length_threshold = 10;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <string>
|
||||
#include <functional>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/filesystem/fstream.hpp>
|
||||
|
||||
#include "libslic3r/Exception.hpp"
|
||||
#include "libslic3r_version.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue