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/predicate.hpp>
#include <boost/any.hpp>
#include <boost/filesystem.hpp>
#if __APPLE__
#import <IOKit/pwr_mgt/IOPMLib.h>

View File

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

View File

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

View File

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