]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Missing correction yan/fix_hydro
authorYOANN AUDOUIN <B61570@dsp0919998.atlas.edf.fr>
Mon, 8 Feb 2021 07:42:07 +0000 (08:42 +0100)
committerYOANN AUDOUIN <B61570@dsp0919998.atlas.edf.fr>
Thu, 4 Mar 2021 09:54:04 +0000 (10:54 +0100)
src/CurveCreator/CurveCreator_Curve.cxx

index 54b74380e7a0bb966f87ad6543b41b8ccf49f5bd..3b2161fd36df41efc7820c511e1a598c938ccb36 100644 (file)
 #include <AIS_Shape.hxx>
 #include <AIS_InteractiveObject.hxx>
 #include <Geom_CartesianPoint.hxx>
+#include <TopoDS_Iterator.hxx>
 #include <gp_Pnt.hxx>
 #include <gp_Lin.hxx>
 #include <TopoDS_Edge.hxx>
 #include <TopoDS_Face.hxx>
 #include <TopoDS_Wire.hxx>
+#include <TopoDS_Shape.hxx>
+#include <AIS_ColoredShape.hxx>
 
 #include <Prs3d_PointAspect.hxx>
 #include <iostream>