From d06aa60691025dfa261bca8b247c1e7255296829 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Fri, 15 Jan 2021 19:47:51 +0100 Subject: [PATCH] Fixing Perl bindings after update of Boost. --- xs/src/xsinit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h index 2082dfb88..cbb55077b 100644 --- a/xs/src/xsinit.h +++ b/xs/src/xsinit.h @@ -75,6 +75,7 @@ #undef times #undef accept #undef wait + #undef abort // Breaks compilation with Eigen matrices embedded into Slic3r::Point. #undef malloc