Skip to content

Commit

Permalink
TD: [skip ci] fix build failure with MSVC
Browse files Browse the repository at this point in the history
The compiler requires the class declaration of LineSet in order to determine its size
  • Loading branch information
wwmayer committed Sep 7, 2022
1 parent be686c3 commit 8b4e114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/TechDraw/App/DrawGeomHatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define TechDraw_DrawGeomHatch_h_

#include <Mod/TechDraw/TechDrawGlobal.h>
#include <Mod/TechDraw/App/HatchLine.h>

#include <App/DocumentObject.h>
#include <App/FeaturePython.h>
Expand Down
1 change: 1 addition & 0 deletions src/Mod/TechDraw/App/DrawViewSection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <gp_Ax2.hxx>

#include "DrawViewPart.h"
#include "HatchLine.h"


class Bnd_Box;
Expand Down

0 comments on commit 8b4e114

Please sign in to comment.