TD: [skip ci] fix build failure with MSVC

The compiler requires the class declaration of LineSet in order to determine its size
This commit is contained in:
wmayer
2022-09-07 18:33:53 +02:00
parent aef1519d2e
commit 3e41bd9e3f
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

View File

@@ -40,6 +40,7 @@
#include <gp_Ax2.hxx>
#include "DrawViewPart.h"
#include "HatchLine.h"
class Bnd_Box;