[TD] attempt to fix compilation with PCH after #8141

- also resort includes
This commit is contained in:
Uwe
2023-01-09 11:04:45 +01:00
parent 6a42d6991c
commit 79ae9b8280
13 changed files with 97 additions and 92 deletions

View File

@@ -19,12 +19,14 @@
* Suite 330, Boston, MA 02111-1307, USA *
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <BRepAdaptor_Curve.hxx>
#include <BRep_Tool.hxx>
#include <GeomAbs_CurveType.hxx>
#include <TopAbs_ShapeEnum.hxx>
#include <TopExp.hxx>
# include <BRep_Tool.hxx>
# include <BRepAdaptor_Curve.hxx>
# include <GeomAbs_CurveType.hxx>
# include <TopAbs_ShapeEnum.hxx>
# include <TopExp.hxx>
#endif //#ifndef _PreComp_
#include <App/DocumentObject.h>
@@ -40,6 +42,7 @@
#include "DimensionValidators.h"
using namespace TechDraw;
using DU = DrawUtil;