From 0e96cb00ab8aa2d2eb7b9df05f218710edc2173a Mon Sep 17 00:00:00 2001
From: smh <smh@opencascade.com>
Date: Thu, 15 Sep 2005 13:32:26 +0000
Subject: [PATCH] Support of CASCADE 5.2.4

---
 src/GEOMImpl/GEOMImpl_ShapeDriver.cxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
index a5b8dcbcf..784052cf2 100644
--- a/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
+++ b/src/GEOMImpl/GEOMImpl_ShapeDriver.cxx
@@ -18,7 +18,8 @@ using namespace std;
 #else 
 #include <BRepAlgo_Sewing.hxx>
 #endif 
-#else #include <BRepAlgo_Sewing.hxx>
+#else 
+#include <BRepAlgo_Sewing.hxx>
 #endif 
 
 #include <BRepBuilderAPI_Copy.hxx>