From 0644bfa483ee972af07fbc55eaaad4db920815a5 Mon Sep 17 00:00:00 2001 From: abv Date: Fri, 17 Oct 2014 12:50:49 +0400 Subject: [PATCH] Fix compilation without TBB (VC9) --- src/BOPAlgo/BOPAlgo_Builder_3.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BOPAlgo/BOPAlgo_Builder_3.cxx b/src/BOPAlgo/BOPAlgo_Builder_3.cxx index d65e917c27..65d8d7e6e0 100644 --- a/src/BOPAlgo/BOPAlgo_Builder_3.cxx +++ b/src/BOPAlgo/BOPAlgo_Builder_3.cxx @@ -67,6 +67,7 @@ #include #include +#include static void OwnInternalShapes(const TopoDS_Shape& , -- 2.39.5