Salome HOME
[bos #41189][Windows] Ensure compatibility with Python 3.9
[modules/gui.git] / src / SalomeApp / SalomeApp_Application.cxx
index 82a1de82d4628a8c0126cc186d72d3a4e4df896f..640bf3833e6eb7e5b4935232285494e18311c45b 100644 (file)
@@ -30,6 +30,7 @@
   // E.A. : some same symbols : acosh, asinh, ...
   #include <Standard_math.hxx>
   #ifndef DISABLE_PYCONSOLE
+    #include <Python.h>
     #include <pymath.h>
   #endif
 #endif