From 353bc778851735f6c71d2d5e8659435f46ba062d Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 6 Jun 2019 12:29:04 +0300 Subject: [PATCH] 0030655: Modeling Data - Provide interfaces for selection of the elements from BVH tree # compilation correction after cherry pick commit --- src/BVH/BVH_DistanceField.lxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BVH/BVH_DistanceField.lxx b/src/BVH/BVH_DistanceField.lxx index c7280c62a7..6f7b02eb27 100644 --- a/src/BVH/BVH_DistanceField.lxx +++ b/src/BVH/BVH_DistanceField.lxx @@ -15,6 +15,8 @@ #include +#include + #ifdef HAVE_TBB // On Windows, function TryEnterCriticalSection has appeared in Windows NT // and is surrounded by #ifdef in MS VC++ 7.1 headers. -- 2.39.5