diff options
author | teodorsigaev@gmail.com <teodorsigaev@gmail.com> | 2022-11-17 22:57:32 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-18 17:13:31 +0100 |
commit | 3d8cf46cdbe30af59931532b4c7c95bd44e801da (patch) | |
tree | 771f1597bf65e267d99512666a51b27cb0b4d971 /cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp | |
parent | devel/gdb: make Expat and xxHash support optional (on by default) (diff) |
cad/PrusaSlicer: update to 2.5.0
ChangeLog: https://www.freshports.org/cad/PrusaSlicer/
PR: 267772
Reported by: teodorsigaev@gmail.com (maintainer)
Diffstat (limited to 'cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp')
-rw-r--r-- | cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp b/cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp new file mode 100644 index 000000000000..26f89c4506e5 --- /dev/null +++ b/cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp @@ -0,0 +1,10 @@ +--- src/hints/HintsToPot.cpp.orig 2022-11-13 19:31:07 UTC ++++ src/hints/HintsToPot.cpp +@@ -2,6 +2,7 @@ + #include <vector> + #include <string> + #include <boost/filesystem.hpp> ++#include <boost/filesystem/fstream.hpp> + #include <boost/dll.hpp> + #include <boost/property_tree/ini_parser.hpp> + #include <boost/nowide/fstream.hpp> |