]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_AssemblyBuilder.cxx
Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / OBJECT / GEOM_AssemblyBuilder.cxx
index 6c0f4df9269c346a3fdb3ad343c1b0d308ac0d14..a44aa7dbf8cdd99b2deba015a93a1936362b4659 100644 (file)
@@ -26,7 +26,6 @@
 //  Module : GEOM
 //  $Header$
 
-using namespace std;
 /*!
   \class GEOM_AssemblyBuilder GEOM_AssemblyBuilder.h
   \brief ....
@@ -48,6 +47,7 @@ using namespace std;
 #include <TopTools_ListOfShape.hxx>
 #include <TopoDS_Iterator.hxx>
 
+using namespace std;
 // SALOME
 
 #define MAX2(X, Y)     (  Abs(X) > Abs(Y)? Abs(X) : Abs(Y) )