From 57e4a748709339323dbaa8a1198f292466631065 Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Fri, 27 Mar 2020 15:44:07 +0100 Subject: [PATCH] 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. --- src/EntityGUI/EntityGUI_3DSketcherDlg.cxx | 2 ++ src/EntityGUI/EntityGUI_IsolineDlg.cxx | 3 +-- src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx | 2 ++ src/RepairGUI/RepairGUI_CloseContourDlg.cxx | 2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.2