Salome HOME
Fix compilation error (conflict of OK name between OCCT Plate_Plate.hxx and GEOM...
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Gen.cxx
index 3f6ae71c444556f11788ec5938cf8729063ca03d..7a26f1fb9ea70c86f9463e80e6ec588f9505b27c 100644 (file)
@@ -85,6 +85,7 @@
 #include <GEOMImpl_FieldDriver.hxx>
 #include <GEOMImpl_ConformityDriver.hxx>
 #include <GEOMImpl_ShapeProximityDriver.hxx>
+#include <GEOMImpl_WrappingDriver.hxx>
 
 //=============================================================================
 /*!
@@ -171,6 +172,9 @@ GEOMImpl_Gen::GEOMImpl_Gen()
    // Field
    TFunction_DriverTable::Get()->AddDriver(GEOMImpl_FieldDriver::GetID(), new GEOMImpl_FieldDriver());
 
+   // Wrapping
+   TFunction_DriverTable::Get()->AddDriver(GEOMImpl_WrappingDriver::GetID(), new GEOMImpl_WrappingDriver());
+   
    /*@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@*/
 
    SetEngine(this);