1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Build fix 2 in CDL files.

This commit is contained in:
abk 2013-03-05 17:26:49 +04:00
parent 671eb1e862
commit 9cd1334737
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ uses Shape from TopoDS,
SequenceOfCurve from TColGeom,
Curve from Geom,
StatusError from BRepFeat,
TopTools from IndexedMapOfShape
IndexedMapOfShape from TopTools
raises ConstructionError from Standard

View File

@ -48,7 +48,7 @@ uses
HBuilder from TopOpeBRepBuild,
MapOfShape from TopTools,
ShapeModification from BRepBuilderAPI,
TopTools from IndexedMapOfShape
IndexedMapOfShape from TopTools
raises
NotDone from StdFail ,

View File

@ -39,7 +39,7 @@ uses
Shape from TopoDS,
Edge from TopoDS,
ListOfShape from TopTools,
TopTools from IndexedMapOfShape
IndexedMapOfShape from TopTools
is