mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:35:57 +08:00
macos&linux build fix
This commit is contained in:
parent
f741e28031
commit
446a0e9436
@ -429,7 +429,7 @@ void Print::model_volume_list_update_supports_seams(ModelObject &model_object_ds
|
||||
assert(model_volume_dst->get_matrix().isApprox(model_volume_src->get_matrix()));
|
||||
} else {
|
||||
// The volume was not found in the old list. Create a new copy.
|
||||
assert(model_volume_src->is_support_modifier() || model_volume_dst->is_seam_position());
|
||||
assert(model_volume_src->is_support_modifier() || model_volume_src->is_seam_position());
|
||||
model_object_dst.volumes.emplace_back(new ModelVolume(*model_volume_src));
|
||||
model_object_dst.volumes.back()->set_model_object(&model_object_dst);
|
||||
}
|
||||
|
@ -21,8 +21,13 @@
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/display.h>
|
||||
|
||||
#include <boost/locale.hpp>
|
||||
#include <boost/locale/generator.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
#include <boost/property_tree/ini_parser.hpp>
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
|
||||
// this include must follow the wxWidgets ones or it won't compile on Windows -> see http://trac.wxwidgets.org/ticket/2421
|
||||
#include "libslic3r/Print.hpp"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "test_data.hpp"
|
||||
#include <libslic3r/libslic3r.h>
|
||||
#include <libslic3r/SVG.hpp>
|
||||
#include <libslic3r/config.hpp>
|
||||
//#include <libslic3r/config.hpp>
|
||||
#include <string>
|
||||
|
||||
using namespace Slic3r;
|
||||
|
Loading…
x
Reference in New Issue
Block a user