mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
326 B
C++
11 lines
326 B
C++
--- src/libslic3r/EmbossShape.hpp.orig 2024-09-18 13:39:04 UTC
|
|
+++ src/libslic3r/EmbossShape.hpp
|
|
@@ -12,7 +12,7 @@
|
|
#include "Point.hpp" // Transform3d
|
|
#include "ExPolygon.hpp"
|
|
#include "ExPolygonSerialize.hpp"
|
|
-#include "nanosvg/nanosvg.h" // NSVGimage
|
|
+#include <libnanosvg/nanosvg.h> // NSVGimage
|
|
|
|
namespace Slic3r {
|
|
|