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

@@ -2,6 +2,7 @@
// CuraEngine is released under the terms of the AGPLv3 or higher.
#include "InterlockingGenerator.hpp"
#include "Layer.hpp"
namespace std {
template<> struct hash<Slic3r::GridPoint3>