ports/cad/PrusaSlicer/files/patch-src_slic3r_Config_Snapshot.cpp
Dima Panov d62e2fd749
cad/PrusaSlicer: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:24:50 +03:00

10 lines
372 B
C++

--- src/slic3r/Config/Snapshot.cpp.orig 2024-04-05 09:25:31 UTC
+++ src/slic3r/Config/Snapshot.cpp
@@ -12,6 +12,7 @@
#include <boost/property_tree/ini_parser.hpp>
#include <boost/property_tree/ptree_fwd.hpp>
#include <boost/filesystem/operations.hpp>
+#include <boost/filesystem/directory.hpp>
#include <boost/log/trivial.hpp>
#include "libslic3r/PresetBundle.hpp"