[Part] improve PreCompiled.h handling

This commit is contained in:
Uwe
2022-12-07 22:40:56 +01:00
parent 378184f8ea
commit 6e5be52325
8 changed files with 60 additions and 180 deletions

View File

@@ -66,10 +66,10 @@
# include <Inventor/nodes/SoPolygonOffset.h>
# include <Inventor/nodes/SoSeparator.h>
# include <Inventor/nodes/SoShapeHints.h>
#endif
#include <boost/algorithm/string/predicate.hpp>
#include <boost/regex.hpp>
# include <boost/regex.hpp>
# include <boost/algorithm/string/predicate.hpp>
#endif
#include <App/Application.h>
#include <App/Document.h>