Skip to content

Commit

Permalink
more missing includes (SoftFever#5930)
Browse files Browse the repository at this point in the history
Here are more missing header files recently identified by building
without precompiled header support.
  • Loading branch information
schiele authored Jul 1, 2024
1 parent bca67b5 commit ee67b8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libslic3r/GCode/SmallAreaInfillFlowCompensator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <math.h>
#include <cstring>
#include <cfloat>
#include <regex>

#include "../libslic3r.h"
#include "../PrintConfig.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/libslic3r/Interlocking/VoxelUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "VoxelUtils.hpp"
#include "../Geometry.hpp"
#include "../Fill/FillRectilinear.hpp"
#include "../Surface.hpp"

namespace Slic3r
{
Expand Down
1 change: 1 addition & 0 deletions src/libslic3r/Interlocking/VoxelUtils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <functional>

#include "../Polygon.hpp"
#include "../ExPolygon.hpp"

namespace Slic3r
{
Expand Down
1 change: 1 addition & 0 deletions src/libslic3r/PerimeterGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/slic3r/Utils/Http.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee67b8d

Please sign in to comment.