From: Pascal Obry Date: Fri, 27 Mar 2020 14:44:07 +0000 (+0100) Subject: Port to use Qt 5.11.x (native on Debian 10). X-Git-Tag: V9_6_0b1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d9cfd1ce0e7c77446760f34578ee71f275435065;p=modules%2Fgeom.git Port to use Qt 5.11.x (native on Debian 10). This only adds some missing #include directives. The changeset has also been tested on Debian-9 with Qt 5.9. --- diff --git a/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx b/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx index f90117b94..ef19ec0f3 100644 --- a/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx @@ -48,6 +48,8 @@ #include +#include + //OCCT includes #include #include diff --git a/src/EntityGUI/EntityGUI_IsolineDlg.cxx b/src/EntityGUI/EntityGUI_IsolineDlg.cxx index d73299b59..313464132 100644 --- a/src/EntityGUI/EntityGUI_IsolineDlg.cxx +++ b/src/EntityGUI/EntityGUI_IsolineDlg.cxx @@ -30,8 +30,7 @@ #include #include -#include - +#include //================================================================================= // class : EntityGUI_IsolineDlg diff --git a/src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx b/src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx index e58814f56..ceea1806d 100644 --- a/src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx @@ -56,6 +56,8 @@ #include +#include + //================================================================================= // function : Constructor // purpose : diff --git a/src/RepairGUI/RepairGUI_CloseContourDlg.cxx b/src/RepairGUI/RepairGUI_CloseContourDlg.cxx index 47c0337aa..bdc259b6d 100644 --- a/src/RepairGUI/RepairGUI_CloseContourDlg.cxx +++ b/src/RepairGUI/RepairGUI_CloseContourDlg.cxx @@ -45,6 +45,8 @@ #include +#include + //================================================================================= // class : RepairGUI_CloseContourDlg() // purpose : Constructs a RepairGUI_CloseContourDlg which is a child of 'parent', with the