Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-11-02 13:13:13 +0300
committerbubnikv <bubnikv@gmail.com>2016-11-02 13:13:13 +0300
commita6cf6afb49917e07d9124d39be8777a1f0ea28c0 (patch)
treed192d93684cee2c18486f3c9f699891bae2fce9d /xs
parent95ede7c4b8cc40fe0fcf1960f25dfa9c66843b29 (diff)
Missing #include <memory>
Diffstat (limited to 'xs')
-rw-r--r--xs/src/libslic3r/Fill/Fill.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Fill/Fill.cpp b/xs/src/libslic3r/Fill/Fill.cpp
index ad6f28e15..e339967f3 100644
--- a/xs/src/libslic3r/Fill/Fill.cpp
+++ b/xs/src/libslic3r/Fill/Fill.cpp
@@ -1,5 +1,6 @@
#include <assert.h>
#include <stdio.h>
+#include <memory>
#include "../ClipperUtils.hpp"
#include "../Geometry.hpp"