From: rnv Date: Thu, 20 Jul 2017 13:54:01 +0000 (+0300) Subject: Fix compilation error with Python 3. X-Git-Tag: V9_0_0~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ff999884c2767a53084f39dbb79ab9ad2c95462f;p=modules%2Fyacs.git Fix compilation error with Python 3. --- diff --git a/src/py2yacsgui/py2yacsgui.cxx b/src/py2yacsgui/py2yacsgui.cxx index 107d59d79..4d9ae26e3 100644 --- a/src/py2yacsgui/py2yacsgui.cxx +++ b/src/py2yacsgui/py2yacsgui.cxx @@ -16,9 +16,9 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +#include "RuntimeSALOME.hxx" #include "Py2YacsDialog.hxx" #include -#include "RuntimeSALOME.hxx" #include "Proc.hxx" #include diff --git a/src/runtime/RuntimeSALOME.hxx b/src/runtime/RuntimeSALOME.hxx index b777a36a3..f7641d7bf 100644 --- a/src/runtime/RuntimeSALOME.hxx +++ b/src/runtime/RuntimeSALOME.hxx @@ -19,6 +19,7 @@ #ifndef _RUNTIMESALOME_HXX_ #define _RUNTIMESALOME_HXX_ +#include #include "YACSRuntimeSALOMEExport.hxx" @@ -31,7 +32,6 @@ #undef _XOPEN_SOURCE #endif -#include #include #include #include "Runtime.hxx"