Salome HOME
Include utilities.h when needed. agy/evol8193
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 19 Nov 2014 15:45:44 +0000 (16:45 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 19 Nov 2014 15:45:44 +0000 (16:45 +0100)
src/BasicGUI/BasicGUI_CircleDlg.cxx
src/EntityGUI/EntityGUI.cxx
src/EntityGUI/EntityGUI_PictureImportDlg.cxx
src/EntityGUI/EntityGUI_PolylineDlg.cxx
src/EntityGUI/EntityGUI_SketcherDlg.cxx
src/GEOMBase/GEOMBase_Helper.cxx
src/GEOMGUI/GEOM_Displayer.cxx
src/GroupGUI/GroupGUI_GroupDlg.cxx
src/RepairGUI/RepairGUI_GlueDlg.cxx
src/RepairGUI/RepairGUI_LimitToleranceDlg.cxx
src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx

index 54cbb52befa64d148272a3aa1b549956dd59d07e..96b6eeba2e1ba84c2a9697a5597b896165dbf8bd 100644 (file)
@@ -35,6 +35,7 @@
 #include <SUIT_Session.h>
 #include <SalomeApp_Application.h>
 #include <LightApp_SelectionMgr.h>
+#include "utilities.h"
 
 #include <TopTools_IndexedMapOfShape.hxx>
 #include <TopoDS_Shape.hxx>
index 95e5f1565291de8638c77c8662733be89872fec9..f8c6d5d0225d6fc908c1dfc00e9ea085b17928de 100644 (file)
@@ -42,6 +42,7 @@
 #include <SUIT_ViewWindow.h>
 #include <SalomeApp_Application.h>
 #include <SalomeApp_Study.h>
+#include "utilities.h"
 
 #include <TopoDS_Shape.hxx>
 #include <TopoDS.hxx>
index 5a7fe60ae39196ee0b8575b3f8aafe738b7133e9..2d6d80193091a0f40386be4c426b816719212159 100644 (file)
@@ -34,6 +34,7 @@
 #include <SUIT_Session.h>
 #include <SalomeApp_Application.h>
 #include <LightApp_SelectionMgr.h>
+#include "utilities.h"
 
 #include <TopoDS_Shape.hxx>
 #include <TopoDS.hxx>
index 50c12462aadc4ca76951653c1ae0c791e2bbd1f7..351bfc614837dd508277e4e9886f175d84ab14bf 100644 (file)
@@ -28,6 +28,8 @@
 #include <GeometryGUI.h>
 #include <GEOMBase.h>
 
+#include "utilities.h"
+
 #include <OCCViewer_ViewManager.h>
 #include <LightApp_SelectionMgr.h>
 #include <SalomeApp_Application.h>
index fde880b435ff86b93d04d8b036b20a894c0f582e..4d886ab523de35f218f6f8f75120eec9ff3d4374 100644 (file)
@@ -64,6 +64,7 @@
 
 #include <SalomeApp_Study.h>
 #include <SalomeApp_Tools.h>
+#include "utilities.h"
 
 #include <gp_Pln.hxx>
 
index 93c4c2da6e68edfbf92cda0bc3f6f3a2101310a7..c2c0349b012427cc4264ae8fba90264d185ff6d0 100755 (executable)
@@ -48,6 +48,7 @@
 #include <SALOME_ListIO.hxx>
 
 #include <SALOME_Prs.h>
+#include "utilities.h"
 
 #include <OCCViewer_ViewModel.h>
 #include <SVTK_ViewModel.h>
index f0cf6aa4febf26d484928e46634e666b267a2db0..16dab78c9b4774fc4beec0eaca1442abd329736c 100644 (file)
@@ -67,6 +67,7 @@
 
 #include <SALOME_ListIO.hxx>
 #include <SALOME_Prs.h>
+#include "utilities.h"
 
 #include <SOCC_Prs.h>
 #include <SOCC_ViewModel.h>
index a34a137d427e28795587b15c5a4f813c32640971..21157fb15094427d41549073f2111f1debc1e9d5 100644 (file)
@@ -42,6 +42,7 @@
 #include <SVTK_ViewModel.h>
 #include <SALOME_Prs.h>
 #include <SALOME_ListIO.hxx>
+#include "utilities.h"
 
 #include <SUIT_Desktop.h>
 #include <SUIT_MessageBox.h>
index 55a1bb27ac054381c34b5bf62ecdf0a08f36335a..03a225eba77c3e57c30226d487af9771d29a23bc 100644 (file)
@@ -30,6 +30,7 @@
 #include <GeometryGUI.h>
 #include <GEOMBase.h>
 #include <SalomeApp_DoubleSpinBox.h>
+#include "utilities.h"
 
 #include <SalomeApp_Application.h>
 #include <SalomeApp_Study.h>
index 69b37b9f6ab49e9bfbcab61bd8abf109344d6519..0a59f03131800b0653fed7ccb51e543170f3f7dd 100644 (file)
@@ -27,6 +27,7 @@
 #include <GeometryGUI.h>
 #include <GEOMBase.h>
 #include <SalomeApp_DoubleSpinBox.h>
+#include "utilities.h"
 
 #include <SalomeApp_Application.h>
 #include <LightApp_SelectionMgr.h>
index 926f1eb80514c853f3895b1baafab9dd4cc0fa09..7a67d1b437599e95fc14c69019c8611bb0543201 100755 (executable)
@@ -41,6 +41,7 @@
 #include <SALOME_ListIO.hxx>
 
 #include <Basics_Utils.hxx>
+#include "utilities.h"
 
 #include <TCollection_AsciiString.hxx>
 #include <TColStd_MapOfInteger.hxx>