+ Remove dependency to iisTaskPanel when not needed

This commit is contained in:
wmayer
2015-06-30 16:53:22 +02:00
parent de7c8fcbbf
commit d826ad5b51
8 changed files with 7 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <Standard_math.hxx>
# include <QApplication>
# include <QMessageBox>
#endif

View File

@@ -25,7 +25,9 @@
#ifndef _PreComp_
# include <Standard_math.hxx>
# include <QAction>
# include <QCoreApplication>
# include <QMenu>
#endif
#include "ViewProviderFemMeshShapeNetgen.h"

View File

@@ -28,6 +28,7 @@
#include <Gui/Workbench.h>
class QtColorPicker;
class QColor;
namespace SpreadsheetGui {