Fix debug include in FillRectilinear.cpp.

This commit is contained in:
Lukáš Hejl 2025-02-13 10:19:32 +01:00 committed by Lukas Matena
parent 458efcc371
commit 4260d76936

View File

@ -41,7 +41,7 @@
#endif
#if defined(SLIC3R_DEBUG) || defined(INFILL_DEBUG_OUTPUT)
#include "SVG.hpp"
#include "libslic3r/SVG.hpp"
#endif
#include <cassert>