Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing header and forward declaration
  • Loading branch information
wwmayer committed Aug 17, 2019
1 parent 7022f41 commit 7e60631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Part/App/TopoShape.cpp
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/Mod/Part/App/TopoShape.h
Expand Up @@ -33,6 +33,7 @@

class gp_Ax1;
class gp_Ax2;
class gp_Pln;
class gp_Vec;

namespace App {
Expand Down

0 comments on commit 7e60631

Please sign in to comment.