mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Added missing includes for gcc
This commit is contained in:
parent
72911243a7
commit
91cc119146
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
#include "I18N.hpp"
|
#include "I18N.hpp"
|
||||||
|
|
||||||
#include <libslic3r/ObjectID.hpp>
|
#include <libslic3r/ObjectID.hpp>
|
||||||
|
#include <libslic3r/Technologies.hpp>
|
||||||
|
|
||||||
|
#include <wx/time.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -458,4 +461,4 @@ private:
|
||||||
}//namespace GUI
|
}//namespace GUI
|
||||||
}//namespace Slic3r
|
}//namespace Slic3r
|
||||||
|
|
||||||
#endif //slic3r_GUI_NotificationManager_hpp_
|
#endif //slic3r_GUI_NotificationManager_hpp_
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <boost/algorithm/string.hpp>
|
#include <boost/algorithm/string.hpp>
|
||||||
#include <boost/optional.hpp>
|
#include <boost/optional.hpp>
|
||||||
|
#include <boost/nowide/convert.hpp>
|
||||||
|
|
||||||
#include "libslic3r/PrintConfig.hpp"
|
#include "libslic3r/PrintConfig.hpp"
|
||||||
#include "libslic3r/PresetBundle.hpp"
|
#include "libslic3r/PresetBundle.hpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue