add missing header and forward declaration

This commit is contained in:
wmayer
2019-08-17 23:14:45 +02:00
parent 7022f41bb1
commit 7e60631239
2 changed files with 2 additions and 0 deletions

View File

@@ -143,6 +143,7 @@
# include <StlAPI_Writer.hxx>
# include <Standard_Failure.hxx>
# include <gp_GTrsf.hxx>
# include <gp_Pln.hxx>
# include <ShapeAnalysis_Shell.hxx>
# include <ShapeBuild_ReShape.hxx>
# include <ShapeExtend_Explorer.hxx>

View File

@@ -33,6 +33,7 @@
class gp_Ax1;
class gp_Ax2;
class gp_Pln;
class gp_Vec;
namespace App {