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

Build fix 3 in CDL files.

This commit is contained in:
abk 2013-03-05 20:37:21 +04:00
parent 9cd1334737
commit b044b6e156
2 changed files with 5 additions and 3 deletions

View File

@ -41,7 +41,8 @@ uses
ListOfShape from TopTools,
SecHArray1 from ChFiDS,
HBuilder from TopOpeBRepBuild,
ShapeModification from BRepBuilderAPI
ShapeModification from BRepBuilderAPI,
IndexedMapOfShape from TopTools

View File

@ -53,9 +53,10 @@ uses
Vertex from TopoDS,
TransitionMode from BRepBuilderAPI,
PipeError from BRepBuilderAPI,
PipeShell from BRepFill
PipeShell from BRepFill,
IndexedMapOfShape from TopTools
raises
raises
DomainError from Standard,
NotDone from StdFail