diff --git a/src/SMESHUtils/SMESH_TypeDefs.hxx b/src/SMESHUtils/SMESH_TypeDefs.hxx index 2acdb0b01..2555cc371 100644 --- a/src/SMESHUtils/SMESH_TypeDefs.hxx +++ b/src/SMESHUtils/SMESH_TypeDefs.hxx @@ -39,7 +39,9 @@ #include typedef std::map > TElemOfElemListMap; + std::list, TIDCompare > TElemOfElemListMap; +typedef std::map, TIDCompare > TElemOfNodeListMap; typedef std::map TNodeNodeMap; //!< Set of elements sorted by ID, to be used to assure predictability of edition