TD: [skip ci] activate PCH of TechDraw (App)

For MSVC this reduces compile time by ~50%
This commit is contained in:
wmayer
2022-03-25 13:34:07 +01:00
parent 0e98485112
commit 6279408456
2 changed files with 11 additions and 3 deletions

View File

@@ -61,12 +61,19 @@
#include <boost/graph/boyer_myrvold_planar_test.hpp>
#include <boost/graph/is_kuratowski_subgraph.hpp>
#include <boost/regex.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <QFile>
// OpenCasCade =====================================================================================
#include <Mod/Part/App/OpenCascadeAll.h>
#include <gce_MakeCirc.hxx>
#include <HLRBRep_HLRToShape.hxx>
#include <HLRBRep_PolyAlgo.hxx>
#include <HLRBRep_PolyHLRToShape.hxx>
#endif // _PreComp_
#endif