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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-07-23 13:36:18 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-07-23 13:36:18 +0400
commit9d13a90837a7b019ccda6847205a285a7cf73147 (patch)
tree74e1c3a40f6f27df0ce91184181a1c647b1bf029 /xs
parentb1147861ddcc2f3e06790a2e4d08b243f49f5777 (diff)
Missing #include causing XS build to fail. #1349
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/Object.xsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/xsp/Object.xsp b/xs/xsp/Object.xsp
index 9e800cdf8..bdfef0539 100644
--- a/xs/xsp/Object.xsp
+++ b/xs/xsp/Object.xsp
@@ -4,6 +4,7 @@
#include <myinit.h>
#include "ZTable.hpp"
#include <vector>
+#include <algorithm>
%}
%name{Slic3r::Object::XS::ZTable} class ZTable {