From ba487799ec440ca90d063ff615f56ef62f4ae539 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 19 Nov 2014 16:45:44 +0100 Subject: [PATCH] Include utilities.h when needed. --- src/BasicGUI/BasicGUI_CircleDlg.cxx | 1 + src/EntityGUI/EntityGUI.cxx | 1 + src/EntityGUI/EntityGUI_PictureImportDlg.cxx | 1 + src/EntityGUI/EntityGUI_PolylineDlg.cxx | 2 ++ src/EntityGUI/EntityGUI_SketcherDlg.cxx | 1 + src/GEOMBase/GEOMBase_Helper.cxx | 1 + src/GEOMGUI/GEOM_Displayer.cxx | 1 + src/GroupGUI/GroupGUI_GroupDlg.cxx | 1 + src/RepairGUI/RepairGUI_GlueDlg.cxx | 1 + src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx | 1 + src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx | 1 + 11 files changed, 12 insertions(+) diff --git a/src/BasicGUI/BasicGUI_CircleDlg.cxx b/src/BasicGUI/BasicGUI_CircleDlg.cxx index 54cbb52be..96b6eeba2 100644 --- a/src/BasicGUI/BasicGUI_CircleDlg.cxx +++ b/src/BasicGUI/BasicGUI_CircleDlg.cxx @@ -35,6 +35,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/EntityGUI/EntityGUI.cxx b/src/EntityGUI/EntityGUI.cxx index 95e5f1565..f8c6d5d02 100644 --- a/src/EntityGUI/EntityGUI.cxx +++ b/src/EntityGUI/EntityGUI.cxx @@ -42,6 +42,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/EntityGUI/EntityGUI_PictureImportDlg.cxx b/src/EntityGUI/EntityGUI_PictureImportDlg.cxx index 5a7fe60ae..2d6d80193 100644 --- a/src/EntityGUI/EntityGUI_PictureImportDlg.cxx +++ b/src/EntityGUI/EntityGUI_PictureImportDlg.cxx @@ -34,6 +34,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/EntityGUI/EntityGUI_PolylineDlg.cxx b/src/EntityGUI/EntityGUI_PolylineDlg.cxx index 50c12462a..351bfc614 100644 --- a/src/EntityGUI/EntityGUI_PolylineDlg.cxx +++ b/src/EntityGUI/EntityGUI_PolylineDlg.cxx @@ -28,6 +28,8 @@ #include #include +#include "utilities.h" + #include #include #include diff --git a/src/EntityGUI/EntityGUI_SketcherDlg.cxx b/src/EntityGUI/EntityGUI_SketcherDlg.cxx index fde880b43..4d886ab52 100644 --- a/src/EntityGUI/EntityGUI_SketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_SketcherDlg.cxx @@ -64,6 +64,7 @@ #include #include +#include "utilities.h" #include diff --git a/src/GEOMBase/GEOMBase_Helper.cxx b/src/GEOMBase/GEOMBase_Helper.cxx index 93c4c2da6..c2c0349b0 100755 --- a/src/GEOMBase/GEOMBase_Helper.cxx +++ b/src/GEOMBase/GEOMBase_Helper.cxx @@ -48,6 +48,7 @@ #include #include +#include "utilities.h" #include #include diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index f0cf6aa4f..16dab78c9 100644 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -67,6 +67,7 @@ #include #include +#include "utilities.h" #include #include diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index a34a137d4..21157fb15 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -42,6 +42,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/RepairGUI/RepairGUI_GlueDlg.cxx b/src/RepairGUI/RepairGUI_GlueDlg.cxx index 55a1bb27a..03a225eba 100644 --- a/src/RepairGUI/RepairGUI_GlueDlg.cxx +++ b/src/RepairGUI/RepairGUI_GlueDlg.cxx @@ -30,6 +30,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx b/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx index 69b37b9f6..0a59f0313 100644 --- a/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx +++ b/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx @@ -27,6 +27,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx index 926f1eb80..7a67d1b43 100755 --- a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx +++ b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx @@ -41,6 +41,7 @@ #include #include +#include "utilities.h" #include #include -- 2.30.2