This commit is contained in:
enricoturri1966 2022-03-24 09:51:51 +01:00
commit 9b34389f00
4 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/predicate.hpp>
#include <boost/any.hpp> #include <boost/any.hpp>
#include <boost/filesystem.hpp>
#if __APPLE__ #if __APPLE__
#import <IOKit/pwr_mgt/IOPMLib.h> #import <IOKit/pwr_mgt/IOPMLib.h>

View file

@ -13,6 +13,7 @@ class wxWindow;
class wxMenuBar; class wxMenuBar;
class wxComboCtrl; class wxComboCtrl;
class wxFileDialog; class wxFileDialog;
class wxArrayString;
class wxTopLevelWindow; class wxTopLevelWindow;
namespace Slic3r { namespace Slic3r {

View file

@ -3,6 +3,7 @@
#include <cstring> #include <cstring>
#include <boost/format.hpp> #include <boost/format.hpp>
#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/predicate.hpp>
#include <boost/nowide/convert.hpp>
#include <wx/settings.h> #include <wx/settings.h>
#include <wx/sizer.h> #include <wx/sizer.h>

View file

@ -6,6 +6,8 @@
#include <vector> #include <vector>
#include <wx/hyperlink.h> #include <wx/hyperlink.h>
#include <boost/filesystem.hpp>
#include "libslic3r/Semver.hpp" #include "libslic3r/Semver.hpp"
#include "MsgDialog.hpp" #include "MsgDialog.hpp"