Fix compilation failures in TopoShapeExpansion and TopoShapeMapper.

This commit is contained in:
PaddleStroke
2024-02-08 10:01:11 +01:00
committed by Chris Hennes
parent 594e620d36
commit cfddbc2b4c
2 changed files with 3 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
# include <OSD_Parallel.hxx>
#endif
#include "modelRefine.h"
#include "TopoShape.h"
#include "TopoShapeOpCode.h"
#include "TopoShapeCache.h"

View File

@@ -21,6 +21,8 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#include <BRep_Tool.hxx>
#include <TopoDS_Edge.hxx>