Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / OBJECT / GEOM_AISShape.cxx
index c442b4c6c128a6cc6849e02609e744994b76ad5f..eb2b741d9777ab7b5fbdb5a3b1a7d9f760e2271c 100644 (file)
@@ -26,7 +26,6 @@
 //  Module : GEOM
 //  $Header$
 
-using namespace std;
 /*!
   \class GEOM_AISShape GEOM_AISShape.hxx
   \brief ....
@@ -59,6 +58,8 @@ using namespace std;
 #include <TopoDS_Shape.hxx>
 #include <TopTools_IndexedMapOfShape.hxx>
 
+using namespace std;
+
 static void getEntityOwners( const Handle(AIS_InteractiveObject)& theObj,
                             const Handle(AIS_InteractiveContext)& theIC,
                             SelectMgr_IndexedMapOfOwner& theMap )