Salome HOME
add missing includes
authoreap <eap@opencascade.com>
Mon, 26 May 2008 14:15:28 +0000 (14:15 +0000)
committereap <eap@opencascade.com>
Mon, 26 May 2008 14:15:28 +0000 (14:15 +0000)
src/StdMeshers/StdMeshers_QuadToTriaAdaptor.hxx

index 130f9707cf8024aafd50482009c6165c3382e884..84a1461b7a60e7fd8783d47cce83eca9829bde53 100644 (file)
 
 #include <SMESH_Mesh.hxx>
 #include <SMESH_StdMeshers.hxx>
-#include <gp_Pnt.hxx>
 #include <SMDS_FaceOfNodes.hxx>
 #include <TColgp_HArray1OfPnt.hxx>
 #include <TColgp_HArray1OfVec.hxx>
 
+#include <map>
+#include <list>
+#include <vector>
 
 class STDMESHERS_EXPORT StdMeshers_QuadToTriaAdaptor
 {