Added missing includes for gcc
This commit is contained in:
parent
72911243a7
commit
91cc119146
2 changed files with 5 additions and 1 deletions
src/slic3r/GUI
|
@ -5,6 +5,9 @@
|
|||
#include "I18N.hpp"
|
||||
|
||||
#include <libslic3r/ObjectID.hpp>
|
||||
#include <libslic3r/Technologies.hpp>
|
||||
|
||||
#include <wx/time.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -458,4 +461,4 @@ private:
|
|||
}//namespace GUI
|
||||
}//namespace Slic3r
|
||||
|
||||
#endif //slic3r_GUI_NotificationManager_hpp_
|
||||
#endif //slic3r_GUI_NotificationManager_hpp_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue