Fix DOMDocument redefinition error

This commit is contained in:
AgCaliva
2023-09-08 09:12:52 -03:00
parent ad5cb33d72
commit 0859cf6555
14 changed files with 44 additions and 53 deletions

View File

@@ -46,13 +46,15 @@
# include <Inventor/nodes/SoShapeHints.h>
#endif
#include <Gui/View3DInventorViewer.h>
#include <App/GeoFeature.h>
#include <Gui/Application.h>
#include <Gui/Document.h>
#include <Gui/Flag.h>
#include <Gui/MainWindow.h>
#include <Gui/SoFCColorBar.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/Widgets.h>
#include <Mod/Inspection/App/InspectionFeature.h>
#include <Mod/Points/App/Properties.h>