parent
42519174cd
commit
c20489ee40
@ -36,6 +36,7 @@ my $build = Module::Build::WithXSpp->new(
|
|||||||
cstring
|
cstring
|
||||||
cstdlib
|
cstdlib
|
||||||
ostream
|
ostream
|
||||||
|
sstream
|
||||||
)]
|
)]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
#ifndef slic3r_Config_hpp_
|
#ifndef slic3r_Config_hpp_
|
||||||
#define slic3r_Config_hpp_
|
#define slic3r_Config_hpp_
|
||||||
|
|
||||||
#include <myinit.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <sstream>
|
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
@ -11,6 +9,7 @@
|
|||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <myinit.h>
|
||||||
#include "Point.hpp"
|
#include "Point.hpp"
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include "Point.hpp"
|
|
||||||
#include "Line.hpp"
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include "Point.hpp"
|
||||||
|
#include "Line.hpp"
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#undef seekdir
|
#undef seekdir
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#ifdef SLIC3RXS
|
#ifdef SLIC3RXS
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
Reference in New Issue
Block a user