mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Reported by: Teodor Sigaev <teodorsigaev@gmail.com> Reviewed by: lwhsu (mentor) Sponsored by: Postgres Professional Differential Revision: https://reviews.freebsd.org/D44315
11 lines
377 B
C++
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 {
|