freebsd-ports/cad/PrusaSlicer/files/patch-src_hints_HintsToPot.cpp
teodorsigaev@gmail.com 3d8cf46cdb cad/PrusaSlicer: update to 2.5.0
ChangeLog: https://www.freshports.org/cad/PrusaSlicer/

PR:		267772
Reported by:	teodorsigaev@gmail.com (maintainer)
2022-11-18 17:13:31 +01:00

10 lines
325 B
C++

--- 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>