blob: da1a588c74a0c23634fed04b0b9ed1daa043f375 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/libslic3r/Format/SVG.cpp.orig 2024-09-18 13:39:04 UTC
+++ src/libslic3r/Format/SVG.cpp
@@ -7,7 +7,7 @@
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
///|/
#include <boost/log/trivial.hpp>
-#include <nanosvg/nanosvg.h>
+#include <libnanosvg/nanosvg.h>
#include <memory>
#include <string>
#include <utility>
|