From 9c362212acdca7b316f2e583498b6ae1ab187b94 Mon Sep 17 00:00:00 2001 From: mbs Date: Fri, 9 Feb 2024 15:05:53 +0000 Subject: [PATCH] Fixed compilation on Windows --- src/GUI/BLSURFPluginGUI.cxx | 2 +- src/GUI/BLSURFPluginGUI_HypothesisCreator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/BLSURFPluginGUI.cxx b/src/GUI/BLSURFPluginGUI.cxx index ce06a27..12ff61e 100644 --- a/src/GUI/BLSURFPluginGUI.cxx +++ b/src/GUI/BLSURFPluginGUI.cxx @@ -26,7 +26,7 @@ // E.A. : On windows with python 2.6, there is a conflict // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... -#include +#include #include #endif diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h index a686d2a..d38929b 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.h +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.h @@ -50,7 +50,7 @@ // E.A. : On windows with python 2.6, there is a conflict // E.A. : between pymath.h and Standard_math.h which define // E.A. : some same symbols : acosh, asinh, ... -#include +#include #include #endif -- 2.39.2