Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/PrusaSlicer/files/patch-bundled__deps_hints_HintsToPot.cpp
16461 views
1
--- bundled_deps/hints/HintsToPot.cpp.orig 2024-12-20 11:54:34 UTC
2
+++ bundled_deps/hints/HintsToPot.cpp
3
@@ -2,6 +2,7 @@
4
#include <vector>
5
#include <string>
6
#include <boost/filesystem.hpp>
7
+#include <boost/filesystem/fstream.hpp>
8
#include <boost/dll.hpp>
9
#include <boost/property_tree/ini_parser.hpp>
10
#include <boost/nowide/fstream.hpp>
11
12