Part: [skip ci] fix build failure due to missing class declarations

This commit is contained in:
wmayer
2020-11-06 13:46:38 +01:00
parent 6d83162783
commit 5170a1564e
3 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
#include <Geom_Circle.hxx>
#include <Geom_TrimmedCurve.hxx>
#include <Python.h>
#include <QMessageBox>
#include <Inventor/SoPickedPoint.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#endif

View File

@@ -30,6 +30,7 @@
#include <Mod/Part/Gui/ui_Location.h>
class gp_Ax2;
class SoPickedPoint;
class SoEventCallback;
namespace App { class Document; }

View File

@@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <Python.h>
# include <QMenu>
#endif
#include <Gui/Application.h>