aboutsummaryrefslogtreecommitdiff
path: root/cad/opencascade/files/patch-src_Standard_Standard__MMgrTBBalloc.cxx
blob: dfbd5c7434b2daf72647af8ecbe39c5a04def589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/Standard/Standard_MMgrTBBalloc.cxx.orig	2017-08-30 13:28:31 UTC
+++ src/Standard/Standard_MMgrTBBalloc.cxx
@@ -18,6 +18,9 @@
 
 // paralleling with Intel TBB
 #ifdef HAVE_TBB
+#ifdef VERSION
+#undef VERSION
+#endif
 #include <tbb/scalable_allocator.h>
 using namespace tbb;
 #else