fix Sketcher build failure

This commit is contained in:
wmayer
2019-05-16 12:16:46 +02:00
parent 7f551dab53
commit c1bc6421ef
3 changed files with 3 additions and 1 deletions

View File

@@ -120,6 +120,7 @@
#include <Inventor/elements/SoViewVolumeElement.h>
#include <Inventor/elements/SoViewportRegionElement.h>
#include <Inventor/nodes/SoCamera.h>
#include <Inventor/nodes/SoInfo.h>
#include <Inventor/SbTime.h>
// Python

View File

@@ -57,7 +57,6 @@
# include <Inventor/nodes/SoPickStyle.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/SbTime.h>
# include <Gui/Inventor/SmSwitchboard.h>
/// Qt Include Files
# include <QAction>
@@ -103,6 +102,7 @@
#include <Gui/SoFCBoundingBox.h>
#include <Gui/SoFCUnifiedSelection.h>
#include <Gui/Inventor/MarkerBitmaps.h>
#include <Gui/Inventor/SmSwitchboard.h>
#include <Mod/Part/App/Geometry.h>
#include <Mod/Part/App/BodyBase.h>

View File

@@ -50,6 +50,7 @@ class SoPointSet;
class SoTransform;
class SoLineSet;
class SoMarkerSet;
class SoPickedPoint;
class SoImage;
class QImage;