From ed65cdd955eca9154ca711bce2c48985af11f8e4 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Thu, 20 Apr 2023 18:31:34 +0200 Subject: [PATCH] Fix compilation of Perl bindings. --- xs/src/xsinit.h | 1 + 1 file changed, 1 insertion(+) diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h index 19e25c54d..dcf56a6d4 100644 --- a/xs/src/xsinit.h +++ b/xs/src/xsinit.h @@ -77,6 +77,7 @@ #undef accept #undef wait #undef abort + #undef pause // Breaks compilation with Eigen matrices embedded into Slic3r::Point. #undef malloc