Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 918510 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/libslic3r/Extruder.hpp (+1 lines)
Lines 3-8 Link Here
3
3
4
#include "libslic3r.h"
4
#include "libslic3r.h"
5
#include "Point.hpp"
5
#include "Point.hpp"
6
#include <optional>
6
7
7
namespace Slic3r {
8
namespace Slic3r {
8
9
(-)a/src/slic3r/GUI/Field.cpp (+1 lines)
Lines 20-25 Link Here
20
#include <wx/tglbtn.h>
20
#include <wx/tglbtn.h>
21
#endif
21
#endif
22
#include <wx/tokenzr.h>
22
#include <wx/tokenzr.h>
23
#include <boost/algorithm/string.hpp>
23
#include <boost/algorithm/string/predicate.hpp>
24
#include <boost/algorithm/string/predicate.hpp>
24
#include <boost/log/trivial.hpp>
25
#include <boost/log/trivial.hpp>
25
#include "OG_CustomCtrl.hpp"
26
#include "OG_CustomCtrl.hpp"
(-)a/src/slic3r/GUI/Preferences.cpp (+1 lines)
Lines 8-13 Link Here
8
8
9
#include <wx/notebook.h>
9
#include <wx/notebook.h>
10
#include <wx/scrolwin.h>
10
#include <wx/scrolwin.h>
11
#include <wx/display.h>
11
#include "Notebook.hpp"
12
#include "Notebook.hpp"
12
#include "ButtonsDescription.hpp"
13
#include "ButtonsDescription.hpp"
13
#include "OG_CustomCtrl.hpp"
14
#include "OG_CustomCtrl.hpp"
(-)a/src/slic3r/GUI/Tab.cpp (+1 lines)
Lines 29-34 Link Here
29
#include <wx/settings.h>
29
#include <wx/settings.h>
30
#include <wx/filedlg.h>
30
#include <wx/filedlg.h>
31
31
32
#include <boost/algorithm/string.hpp>
32
#include <boost/algorithm/string/split.hpp>
33
#include <boost/algorithm/string/split.hpp>
33
#include <boost/algorithm/string/predicate.hpp>
34
#include <boost/algorithm/string/predicate.hpp>
34
#include <boost/algorithm/string/replace.hpp>
35
#include <boost/algorithm/string/replace.hpp>

Return to bug 918510