Salome HOME
Porting Salome to OCCT 7.7.0
[modules/geom.git] / src / GEOMUtils / GEOMUtils_HTrsfCurve2d.hxx
index c7d0f01ac62b3d54096f0d61b7f4e42b7b760a7b..e6d7ba6897735961cfc116a105c24746d41e2bab 100644 (file)
 #define _GEOMUtils_HTrsfCurve2d_HXX_
 
 
+#include <Basics_OCCTVersion.hxx>
+
+#if OCC_VERSION_LARGE < 0x07070000
+
 #include <GEOMUtils_TrsfCurve2d.hxx>
 
 #include <Adaptor2d_HCurve2d.hxx>
@@ -78,3 +82,5 @@ namespace GEOMUtils
 }
 
 #endif
+
+#endif