mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 21:31:45 +08:00
fix arch linux build
This commit is contained in:
parent
373d1b8f7d
commit
1ebdb2c040
@ -2,6 +2,7 @@
|
||||
|
||||
#include "GCodeReader.hpp"
|
||||
|
||||
#include <iomanip>
|
||||
/*
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include "libslic3r/Print.hpp"
|
||||
#include "GCodeProcessor.hpp"
|
||||
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
#include <boost/nowide/cstdio.hpp>
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include "I18N.hpp"
|
||||
|
||||
#include <set>
|
||||
#include <unordered_set>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
#include <boost/format.hpp>
|
||||
|
@ -4,9 +4,11 @@
|
||||
#define slic3r_VoronoiOffset_hpp_
|
||||
|
||||
#include "libslic3r.h"
|
||||
#include "Polygon.hpp"
|
||||
|
||||
#define BOOST_VORONOI_USE_GMP 1
|
||||
#include "boost/polygon/voronoi.hpp"
|
||||
#include "boost/polygon/segment_data.hpp"
|
||||
using boost::polygon::voronoi_builder;
|
||||
using boost::polygon::voronoi_diagram;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user