From: rnv Date: Tue, 13 Mar 2018 08:40:25 +0000 (+0300) Subject: Migration to OpenCASCADE CMake configuration: additional commit X-Git-Tag: V8_5_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=93bb870bc5d6053841ffb866570e9fe8d8af2286;p=modules%2Fgeom.git Migration to OpenCASCADE CMake configuration: additional commit --- diff --git a/src/ShapeRecognition/ShapeRec_FeatureDetector.hxx b/src/ShapeRecognition/ShapeRec_FeatureDetector.hxx index 7a9a0cec0..e7b5d7b07 100644 --- a/src/ShapeRecognition/ShapeRec_FeatureDetector.hxx +++ b/src/ShapeRecognition/ShapeRec_FeatureDetector.hxx @@ -28,12 +28,17 @@ // This workaround will be removed after correction of the // https://tracker.dev.opencascade.org/view.php?id=28457 issue. #ifdef HAVE_TBB -#undef HAVE_TBB -#include -#include -#include -#include -#define HAVE_TBB + #undef HAVE_TBB + #include + #include + #include + #include + #define HAVE_TBB +#else + #include + #include + #include + #include #endif // Qt