From 7b9442558e8f07dcc2f464838fd062c6c47c78f4 Mon Sep 17 00:00:00 2001 From: Florian BRUNET Date: Mon, 9 Feb 2015 17:50:36 +0100 Subject: [PATCH] Addition of the utilities.h header for mpi compilation of GEOM. --- src/BasicGUI/BasicGUI_CircleDlg.cxx | 1 + src/EntityGUI/EntityGUI.cxx | 1 + src/EntityGUI/EntityGUI_PictureImportDlg.cxx | 1 + src/EntityGUI/EntityGUI_PolylineDlg.cxx | 1 + 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, 11 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..c7ff18443 100644 --- a/src/EntityGUI/EntityGUI_PolylineDlg.cxx +++ b/src/EntityGUI/EntityGUI_PolylineDlg.cxx @@ -33,6 +33,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/EntityGUI/EntityGUI_SketcherDlg.cxx b/src/EntityGUI/EntityGUI_SketcherDlg.cxx index c4d6cd219..103c50cdc 100644 --- a/src/EntityGUI/EntityGUI_SketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_SketcherDlg.cxx @@ -47,6 +47,7 @@ #include #include #include +#include "utilities.h" #include diff --git a/src/GEOMBase/GEOMBase_Helper.cxx b/src/GEOMBase/GEOMBase_Helper.cxx index 93c4c2da6..838f92385 100755 --- a/src/GEOMBase/GEOMBase_Helper.cxx +++ b/src/GEOMBase/GEOMBase_Helper.cxx @@ -46,6 +46,7 @@ #include #include #include +#include "utilities.h" #include diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index f9c14313c..edf74e384 100644 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -64,6 +64,7 @@ #include #include #include +#include "utilities.h" #include #include diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index a34a137d4..edc764fd9 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -36,6 +36,7 @@ #include #include +#include "utilities.h" #include #include diff --git a/src/RepairGUI/RepairGUI_GlueDlg.cxx b/src/RepairGUI/RepairGUI_GlueDlg.cxx index 55a1bb27a..6bdfbff2d 100644 --- a/src/RepairGUI/RepairGUI_GlueDlg.cxx +++ b/src/RepairGUI/RepairGUI_GlueDlg.cxx @@ -44,6 +44,7 @@ #include #include #include +#include "utilities.h" #include diff --git a/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx b/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx index 69b37b9f6..65b15deb3 100644 --- a/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx +++ b/src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx @@ -41,6 +41,7 @@ #include #include #include +#include "utilities.h" #include diff --git a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx index 926f1eb80..187dcd560 100755 --- a/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx +++ b/src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx @@ -39,6 +39,7 @@ #include #include #include +#include "utilities.h" #include -- 2.39.2