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