[Part] Geom2d*: add more necessary includes

- these gp_* inlcudes are weird
This commit is contained in:
Uwe
2022-07-09 18:43:18 +02:00
parent 92129e83a1
commit 162a39fb8c
5 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#ifndef _PreComp_
# include <GCE2d_MakeCircle.hxx>
# include <Geom2d_Circle.hxx>
# include <gp_Circ2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>