Salome HOME
Preparation of intermediate revision
[modules/geom.git] / src / BREPImport / BREPImport.cxx
index c34ae95fbe30ac8248bfe61746b0a9d70b1b364f..79cc2b648fcb03d8c6fe1a69ecaf21dad405080b 100644 (file)
@@ -31,6 +31,7 @@
 
 #include <TCollection_AsciiString.hxx>
 #include <TopoDS_Shape.hxx>
+#include <TDF_Label.hxx>
 
 #ifdef WNT
  #if defined BREPIMPORT_EXPORTS || defined BREPImport_EXPORTS
@@ -61,7 +62,8 @@ extern "C"
 BREPIMPORT_EXPORT
   TopoDS_Shape Import (const TCollection_AsciiString& theFileName,
                        const TCollection_AsciiString& /*theFormatName*/,
-                       TCollection_AsciiString&       theError)
+                       TCollection_AsciiString&       theError,
+                      const TDF_Label&)
   {
     MESSAGE("Import BREP from file " << theFileName);
     TopoDS_Shape aShape;