[FEM] revert incorrect header removal

- also add comment to prevent this in future
This commit is contained in:
Uwe
2022-03-23 16:22:57 +01:00
parent 0419d2f756
commit ec113193ef
3 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,11 @@
* *
***************************************************************************/
// this file contains the export macros for the App and Gui module
// for Qt Designer, see e.g.
// https://forum.freecadweb.org/viewtopic.php?p=558050#p558050
// why this is necessary
#include <FCGlobal.h>
#ifndef FEM_GLOBAL_H

View File

@@ -26,6 +26,7 @@
#include <Gui/ViewProviderBuilder.h>
#include <Gui/ViewProviderGeometryObject.h>
#include <Gui/ViewProviderPythonFeature.h>
#include <Mod/Fem/FemGlobal.h>
class SoCoordinate3;
class SoDrawStyle;

View File

@@ -25,6 +25,7 @@
#include <Base/Observer.h>
#include <Gui/ViewProviderGeometryObject.h>
#include <Mod/Fem/FemGlobal.h>
#include <vtkAppendPolyData.h>
#include <vtkExtractEdges.h>