PrusaSlicer: rebuild for boost-1.80
This commit is contained in:
parent
46c99fe9b0
commit
35043b7614
|
@ -0,0 +1,20 @@
|
||||||
|
--- a/src/hints/HintsToPot.cpp
|
||||||
|
+++ b/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>
|
||||||
|
--- a/tests/fff_print/test_data.cpp
|
||||||
|
+++ b/tests/fff_print/test_data.cpp
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
#include "libslic3r/Format/STL.hpp"
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
|
+#include <fstream>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
#include <boost/nowide/cstdio.hpp>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'PrusaSlicer'
|
# Template file for 'PrusaSlicer'
|
||||||
pkgname=PrusaSlicer
|
pkgname=PrusaSlicer
|
||||||
version=2.4.2
|
version=2.4.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="PrusaSlicer-version_${version}"
|
wrksrc="PrusaSlicer-version_${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
|
|
Loading…
Reference in New Issue