Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 881558 Details for
Bug 918510
media-gfx/superslicer-2.5.59.8: version bump (fixes: src/slic3r/GUI/ScriptExecutor.cpp:13:10: fatal error: boost/filesystem/string_file.hpp: No such file or directory)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Some additional import fixes
superslicer-2.5.59.6-additional-imports-fixes.patch (text/plain), 1.41 KB, created by
Egor
on 2024-01-06 12:23:48 UTC
(
hide
)
Description:
Some additional import fixes
Filename:
MIME Type:
Creator:
Egor
Created:
2024-01-06 12:23:48 UTC
Size:
1.41 KB
patch
obsolete
>diff --git a/src/libslic3r/Extruder.hpp b/src/libslic3r/Extruder.hpp >index e4e16d263..629fd6e0b 100644 >--- a/src/libslic3r/Extruder.hpp >+++ b/src/libslic3r/Extruder.hpp >@@ -3,6 +3,7 @@ > > #include "libslic3r.h" > #include "Point.hpp" >+#include <optional> > > namespace Slic3r { > >diff --git a/src/slic3r/GUI/Field.cpp b/src/slic3r/GUI/Field.cpp >index 10cae794d..c82969e20 100644 >--- a/src/slic3r/GUI/Field.cpp >+++ b/src/slic3r/GUI/Field.cpp >@@ -20,6 +20,7 @@ > #include <wx/tglbtn.h> > #endif > #include <wx/tokenzr.h> >+#include <boost/algorithm/string.hpp> > #include <boost/algorithm/string/predicate.hpp> > #include <boost/log/trivial.hpp> > #include "OG_CustomCtrl.hpp" >diff --git a/src/slic3r/GUI/Preferences.cpp b/src/slic3r/GUI/Preferences.cpp >index ab6039ff0..be01e890a 100644 >--- a/src/slic3r/GUI/Preferences.cpp >+++ b/src/slic3r/GUI/Preferences.cpp >@@ -8,6 +8,7 @@ > > #include <wx/notebook.h> > #include <wx/scrolwin.h> >+#include <wx/display.h> > #include "Notebook.hpp" > #include "ButtonsDescription.hpp" > #include "OG_CustomCtrl.hpp" >diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp >index a6c7b580e..1e1566f37 100644 >--- a/src/slic3r/GUI/Tab.cpp >+++ b/src/slic3r/GUI/Tab.cpp >@@ -29,6 +29,7 @@ > #include <wx/settings.h> > #include <wx/filedlg.h> > >+#include <boost/algorithm/string.hpp> > #include <boost/algorithm/string/split.hpp> > #include <boost/algorithm/string/predicate.hpp> > #include <boost/algorithm/string/replace.hpp>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 918510
:
881557
| 881558 |
885342
|
885343
|
885344
|
885345
|
885346
|
886707