From: gka Date: Thu, 17 Aug 2017 09:20:02 +0000 (+0300) Subject: Fix for thread safety X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=108fd5cccaff6077d9844580857843faa1febc2b;p=occt-copy.git Fix for thread safety --- diff --git a/src/XSAlgo/XSAlgo_AlgoContainer.cxx b/src/XSAlgo/XSAlgo_AlgoContainer.cxx index a38666fa89..0ed1258291 100644 --- a/src/XSAlgo/XSAlgo_AlgoContainer.cxx +++ b/src/XSAlgo/XSAlgo_AlgoContainer.cxx @@ -29,8 +29,8 @@ #include #include #include -#include -#include +//#include +//#include #include #include #include