From e790566fd4a5a31dd387300ebb6f6749ef9ff286 Mon Sep 17 00:00:00 2001 From: Uwe Date: Mon, 4 Jul 2022 10:13:36 +0200 Subject: [PATCH] [Part] SectionCutting.cpp: attempt to fix CI compiler error --- src/Mod/Part/Gui/SectionCutting.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Part/Gui/SectionCutting.cpp b/src/Mod/Part/Gui/SectionCutting.cpp index 96a2ddd9e4..cadd3daa60 100644 --- a/src/Mod/Part/Gui/SectionCutting.cpp +++ b/src/Mod/Part/Gui/SectionCutting.cpp @@ -26,7 +26,8 @@ // to avoid compiler warnings of redefining contents of basic.h // later by #include -# include +# define _USE_MATH_DEFINES +# include # include # include