Fix build error when PCH is not used

This commit is contained in:
noisyfox
2025-09-21 11:53:08 +08:00
committed by Noisyfox
parent 789da693a7
commit eb75a325ca
9 changed files with 13 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
#include "libslic3r/Algorithm/LineSplit.hpp"
#include "libslic3r/Arachne/utils/ExtrusionJunction.hpp"
#include "libslic3r/Arachne/utils/ExtrusionLine.hpp"
#include "libslic3r/ClipperUtils.hpp"
#include "libslic3r/Layer.hpp"
#include "libslic3r/PerimeterGenerator.hpp"
#include "libslic3r/Point.hpp"

View File

@@ -2,6 +2,7 @@
// CuraEngine is released under the terms of the AGPLv3 or higher.
#include "InterlockingGenerator.hpp"
#include "libslic3r/ClipperUtils.hpp"
#include "Layer.hpp"
namespace std {