fix arch linux build

This commit is contained in:
supermerill 2020-11-22 18:34:49 +01:00
parent 373d1b8f7d
commit 1ebdb2c040
4 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include "GCodeReader.hpp"
#include <iomanip>
/*
#include <memory.h>
#include <string.h>

View File

@ -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>

View File

@ -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>

View File

@ -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;