[Gui] compilation fixes for non-PCH

the recent commits were done with PCH, this is the final commit of today's header work for PCH
This commit is contained in:
Uwe
2022-02-19 06:22:08 +01:00
parent 4eeac6dde3
commit 7518dad67b
3 changed files with 18 additions and 17 deletions

View File

@@ -28,15 +28,15 @@
# include <QDir>
# include <QPrinter>
# include <QFileInfo>
# include <Inventor/MarkerBitmaps.h>
# include <Inventor/SoInput.h>
# include <Inventor/actions/SoGetPrimitiveCountAction.h>
# include <Inventor/nodes/SoSeparator.h>
#endif
#include <boost/regex.hpp>
#include <xercesc/util/TranscodingException.hpp>
#include <CXX/Objects.hxx>
#include <Inventor/MarkerBitmaps.h>
#include <xercesc/util/TranscodingException.hpp>
#include <App/DocumentObjectPy.h>
#include <App/DocumentPy.h>