[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

@@ -21,19 +21,18 @@
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#include <gp_Ax3.hxx>
#include <gp_Trsf.hxx>
#include <gp_Vec.hxx>
# include <gp_Ax3.hxx>
# include <gp_Trsf.hxx>
# include <gp_Vec.hxx>
#endif
#include <Base/Console.h>
#include "DimensionGeometry.h"
#include "DrawUtil.h"
#include "DrawViewPart.h"
#include "DimensionGeometry.h"
using namespace TechDraw;
using DU = DrawUtil;