Salome HOME
Fix compilation error with Python 3.
[modules/yacs.git] / src / py2yacsgui / py2yacsgui.cxx
index 107d59d79edb9264c7da863faf5511636b3a9c59..4d9ae26e393aaf3939fe6ded61357c2925fd6f1f 100644 (file)
@@ -16,9 +16,9 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+#include "RuntimeSALOME.hxx"
 #include "Py2YacsDialog.hxx"
 #include <QApplication>
-#include "RuntimeSALOME.hxx"
 #include "Proc.hxx"
 
 #include <iostream>