Salome HOME
add missing includes
[modules/smesh.git] / 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
 {