mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
361 B
C++
11 lines
361 B
C++
--- src/libslic3r/NSVGUtils.hpp.orig 2024-09-18 13:39:04 UTC
|
|
+++ src/libslic3r/NSVGUtils.hpp
|
|
@@ -15,7 +15,7 @@
|
|
#include "Polygon.hpp"
|
|
#include "ExPolygon.hpp"
|
|
#include "EmbossShape.hpp" // ExPolygonsWithIds
|
|
-#include "nanosvg/nanosvg.h" // load SVG file
|
|
+#include <libnanosvg/nanosvg.h>
|
|
#include "libslic3r/Point.hpp"
|
|
#include "libslic3r/libslic3r.h"
|
|
|