mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
PR: 272730 Reported by: michal.zielonka.8001@gmail.com Approved by: teodorsigaev@gmail.com (maintainer)
11 lines
288 B
C++
11 lines
288 B
C++
--- src/libslic3r/NSVGUtils.hpp.orig 2023-07-25 16:16:15 UTC
|
|
+++ src/libslic3r/NSVGUtils.hpp
|
|
@@ -3,7 +3,7 @@
|
|
|
|
#include "Polygon.hpp"
|
|
#include "ExPolygon.hpp"
|
|
-#include "nanosvg/nanosvg.h" // load SVG file
|
|
+#include "libnanosvg/nanosvg.h" // load SVG file
|
|
|
|
namespace Slic3r {
|
|
|