Added missing includes for gcc
This commit is contained in:
parent
72911243a7
commit
91cc119146
@ -5,6 +5,9 @@
|
||||
#include "I18N.hpp"
|
||||
|
||||
#include <libslic3r/ObjectID.hpp>
|
||||
#include <libslic3r/Technologies.hpp>
|
||||
|
||||
#include <wx/time.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <vector>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
|
||||
#include "libslic3r/PrintConfig.hpp"
|
||||
#include "libslic3r/PresetBundle.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user