58 lines
1.6 KiB
Diff
58 lines
1.6 KiB
Diff
--- 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>
|
|
--- a/src/slic3r/GUI/GUI_App.cpp
|
|
+++ b/src/slic3r/GUI/GUI_App.cpp
|
|
@@ -10,6 +10,7 @@
|
|
#include <algorithm>
|
|
#include <iterator>
|
|
#include <exception>
|
|
+#include <fstream>
|
|
#include <cstdlib>
|
|
#include <regex>
|
|
#include <string_view>
|
|
--- a/src/slic3r/GUI/HintNotification.cpp
|
|
+++ b/src/slic3r/GUI/HintNotification.cpp
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include <boost/algorithm/string/replace.hpp>
|
|
#include <boost/filesystem.hpp>
|
|
+#include <boost/filesystem/fstream.hpp>
|
|
#include <boost/nowide/fstream.hpp>
|
|
#include <boost/log/trivial.hpp>
|
|
#include <boost/property_tree/ini_parser.hpp>
|
|
--- a/src/slic3r/GUI/DesktopIntegrationDialog.cpp
|
|
+++ b/src/slic3r/GUI/DesktopIntegrationDialog.cpp
|
|
@@ -10,6 +10,7 @@
|
|
#include "libslic3r/Platform.hpp"
|
|
#include "libslic3r/Config.hpp"
|
|
|
|
+#include <fstream>
|
|
#include <boost/filesystem.hpp>
|
|
#include <boost/log/trivial.hpp>
|
|
#include <boost/dll/runtime_symbol_info.hpp>
|
|
@@ -503,4 +504,4 @@ DesktopIntegrationDialog::~DesktopIntegr
|
|
|
|
} // namespace GUI
|
|
} // namespace Slic3r
|
|
-#endif // __linux__
|
|
\ No newline at end of file
|
|
+#endif // __linux__
|