[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 22c130e475
commit e5be6dc241
5 changed files with 6 additions and 1 deletions

View File

@@ -22,8 +22,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Geom2d_Line.hxx>
# include <GCE2d_MakeLine.hxx>
# include <Geom2d_Line.hxx>
# include <gp_Lin2d.hxx>
#endif
#include <Base/GeometryPyCXX.h>