Fix build error caused by cyclic include

This commit is contained in:
Noisyfox
2025-09-20 21:37:10 +08:00
parent b5756d1702
commit 2cea19bdcd
8 changed files with 19 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
#ifndef slic3r_Print_hpp_
#define slic3r_Print_hpp_
#include "PrintBase.hpp"
#include "Fill/FillAdaptive.hpp"
#include "Fill/FillLightning.hpp"
#include "PrintBase.hpp"
#include "BoundingBox.hpp"
#include "ExtrusionEntityCollection.hpp"