From ff999884c2767a53084f39dbb79ab9ad2c95462f Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 20 Jul 2017 16:54:01 +0300 Subject: [PATCH] Fix compilation error with Python 3. --- src/py2yacsgui/py2yacsgui.cxx | 2 +- src/runtime/RuntimeSALOME.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.2