fixing DOMDocument redefinition on windows

This commit is contained in:
AgCaliva
2023-09-09 04:58:38 -03:00
parent d2478c8401
commit bcd1ebe537
4 changed files with 13 additions and 6 deletions

View File

@@ -32,10 +32,12 @@
# include <boost/lexical_cast.hpp> // OvG conversion between string and int etc.
#endif
#include <Gui/Command.h>
#include <App/Document.h>
#include <Gui/Application.h>
#include <Gui/BitmapFactory.h>
#include <Gui/Command.h>
#include <Gui/Document.h>
#include <Gui/Selection.h>
#include <Gui/ViewProvider.h>