diff --git a/src/Mod/Fem/App/HypothesisPy.cpp b/src/Mod/Fem/App/HypothesisPy.cpp index b2a6640e94..f3f7a6d457 100755 --- a/src/Mod/Fem/App/HypothesisPy.cpp +++ b/src/Mod/Fem/App/HypothesisPy.cpp @@ -28,7 +28,7 @@ #ifndef _PreComp_ # include - +# include // needed for SMESH_VERSION_MAJOR # include # include # include diff --git a/src/Mod/Fem/App/HypothesisPy.h b/src/Mod/Fem/App/HypothesisPy.h index 95076512d2..5b321ac7d4 100755 --- a/src/Mod/Fem/App/HypothesisPy.h +++ b/src/Mod/Fem/App/HypothesisPy.h @@ -25,7 +25,7 @@ #include #include -#include +#include // needed for SMESH_VERSION_MAJOR class SMESH_Hypothesis; class SMESH_Gen;