]> OCCT Git - occt-copy.git/commitdiff
0030655: Modeling Data - Provide interfaces for selection of the elements from BVH...
authornds <nds@opencascade.com>
Thu, 6 Jun 2019 09:29:04 +0000 (12:29 +0300)
committernds <nds@opencascade.com>
Thu, 6 Jun 2019 09:29:04 +0000 (12:29 +0300)
# compilation correction after cherry pick commit

src/BVH/BVH_DistanceField.lxx

index c7280c62a718c504be162c9aadcea31baee439fe..6f7b02eb2783bd65262f36e9d94a71e2e5be51c7 100644 (file)
@@ -15,6 +15,8 @@
 
 #include <BVH_Triangulation.hxx>
 
+#include <BVH_Distance.hxx>
+
 #ifdef HAVE_TBB
   // On Windows, function TryEnterCriticalSection has appeared in Windows NT
   // and is surrounded by #ifdef in MS VC++ 7.1 headers.