[Part] Geom2d*: add more necessary includes

This commit is contained in:
Uwe
2022-07-09 18:28:36 +02:00
parent 4c404b6353
commit d758c92bb1
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
# include <GCE2d_MakeArcOfHyperbola.hxx>
# include <Geom2d_Hyperbola.hxx>
# include <Geom2d_TrimmedCurve.hxx>
# include <gp_Hypr2d.hxx>
#endif
#include "Geom2d/ArcOfHyperbola2dPy.h"

View File

@@ -25,6 +25,7 @@
# include <GCE2d_MakeArcOfParabola.hxx>
# include <Geom2d_Parabola.hxx>
# include <Geom2d_TrimmedCurve.hxx>
# include <gp_Parab2d.hxx>
#endif
#include "Geom2d/ArcOfParabola2dPy.h"