mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 22:55:53 +08:00
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…
x
Reference in New Issue
Block a user