~ruther/guix-local

ref: 04edfcf7debed4a1db8fe2eac5f5f08615c1d80d guix-local/gnu/packages/patches/prusa-slicer-fix-tests.patch -rw-r--r-- 469 bytes
04edfcf7 — Maxime Devos gnu: guile-xyz: Add 'bash' input for 'wrap-program'. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This patch comes from Gentoo:
 portage/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch

--- a/tests/fff_print/test_data.cpp
+++ b/tests/fff_print/test_data.cpp
@@ -4,10 +4,9 @@
 #include "libslic3r/GCodeReader.hpp"
 #include "libslic3r/Config.hpp"
 #include "libslic3r/Print.hpp"
-#include "libslic3r/Format/OBJ.hpp"
-#include "libslic3r/Format/STL.hpp"

 #include <cstdlib>
+#include <fstream>
 #include <string>

 #include <boost/nowide/cstdio.hpp>