blob: ef7289afcd8c95af775f6bdb5fa1128c481eb2b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- a/xs/src/libslic3r/SLAPrint.cpp 2020-05-10 23:32:00.044962439 -0600
+++ b/xs/src/libslic3r/SLAPrint.cpp 2020-05-10 23:40:48.867348908 -0600
@@ -7,6 +7,7 @@
#include <iostream>
#include <complex>
#include <cstdio>
+#include "boost/bind.hpp"
namespace Slic3r {
--- a/xs/src/libslic3r/PrintObject.cpp 2020-05-10 23:32:00.044962439 -0600
+++ b/xs/src/libslic3r/PrintObject.cpp 2020-05-10 23:46:22.614152088 -0600
@@ -7,6 +7,7 @@
#include <algorithm>
#include <vector>
#include <limits>
+#include "boost/bind.hpp"
namespace Slic3r {
--- a/xs/src/libslic3r/SupportMaterial.cpp 2020-05-10 23:32:00.044962439 -0600
+++ b/xs/src/libslic3r/SupportMaterial.cpp 2020-05-10 23:54:17.078033850 -0600
@@ -1,5 +1,6 @@
#include "SupportMaterial.hpp"
#include "Log.hpp"
+#include "boost/bind.hpp"
namespace Slic3r
{
--- a/xs/src/libslic3r/TriangleMesh.cpp 2020-05-10 23:32:00.045962432 -0600
+++ b/xs/src/libslic3r/TriangleMesh.cpp 2020-05-10 23:35:44.778426800 -0600
@@ -15,6 +15,7 @@
#include <stdexcept>
#include <boost/config.hpp>
#include <boost/nowide/convert.hpp>
+#include "boost/bind.hpp"
#ifdef SLIC3R_DEBUG
#include "SVG.hpp"
|