79e5fba255
PR: 272730 Reported by: michal.zielonka.8001@gmail.com Approved by: teodorsigaev@gmail.com (maintainer)
11 lines
417 B
C++
11 lines
417 B
C++
--- tests/libslic3r/test_emboss.cpp.orig 2023-07-25 16:05:40 UTC
|
|
+++ tests/libslic3r/test_emboss.cpp
|
|
@@ -195,7 +195,7 @@ TEST_CASE("Visualize glyph from font", "[Emboss]")
|
|
#endif // VISUALIZE
|
|
|
|
#include "test_utils.hpp"
|
|
-#include "nanosvg/nanosvg.h" // load SVG file
|
|
+#include "libnanosvg/nanosvg.h" // load SVG file
|
|
#include "libslic3r/NSVGUtils.hpp"
|
|
ExPolygons heal_and_check(const Polygons &polygons)
|
|
{
|