[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,19 +19,21 @@
* Suite 330, Boston, MA 02111-1307, USA *
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
# include <TopoDS_Shape.hxx>
#endif
#include <TopoDS_Shape.hxx>
#include <App/GeoFeature.h>
#include <Mod/Part/App/PartFeature.h>
#include <Mod/Part/App/TopoShape.h>
#include "DrawViewPart.h"
#include "DrawUtil.h"
#include "Geometry.h"
#include "DimensionReferences.h"
#include "DrawUtil.h"
#include "DrawViewPart.h"
#include "Geometry.h"
using namespace TechDraw;