ports/cad/PrusaSlicer/files/patch-src_libslic3r_NSVGUtils.hpp
Michael Zhilin c4fa8a7ea8 cad/PrusaSlicer: update to 2.7.2
Reported by: Teodor Sigaev <teodorsigaev@gmail.com>
Reviewed by: lwhsu (mentor)
Sponsored by: Postgres Professional
Differential Revision: https://reviews.freebsd.org/D44315
2024-03-28 22:34:58 +03:00

11 lines
377 B
C++

--- src/libslic3r/NSVGUtils.hpp.orig 2023-12-12 14:21:21 UTC
+++ src/libslic3r/NSVGUtils.hpp
@@ -11,7 +11,7 @@
#include "Polygon.hpp"
#include "ExPolygon.hpp"
#include "EmbossShape.hpp" // ExPolygonsWithIds
-#include "nanosvg/nanosvg.h" // load SVG file
+#include "libnanosvg/nanosvg.h" // load SVG file
// Helper function to work with nano svg
namespace Slic3r {