mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Adapted patch provided from Jesper Schmitz Mouridsen PR: 284821 Reported by: Torfinn Ingolfsen Approved by: teodorsigaev@
10 lines
372 B
C++
10 lines
372 B
C++
--- src/slic3r/Config/Snapshot.cpp.orig 2024-12-20 11:54:34 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"
|