[Part] FeatureRevolution.cpp: add necessary includes

This commit is contained in:
Uwe
2022-07-09 16:37:26 +02:00
parent ea0c3e8598
commit c7a6bcef58

View File

@@ -24,6 +24,8 @@
#ifndef _PreComp_
# include <BRepAdaptor_Curve.hxx>
# include <gp_Ax1.hxx>
# include <gp_Circ.hxx>
# include <gp_Lin.hxx>
# include <TopExp_Explorer.hxx>
# include <TopoDS.hxx>
#endif