X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FBVH%2FBVH.cxx;h=1a2954540171655200fbcf9106ee9b54cfda1618;hp=15844cd07b2b0d962cf70763039d0e917e3f55d3;hb=cc5f85f8c9a99d050bfacf8fa4b01efee3b305ec;hpb=cef6867ce9e26dcdde08d8d7685e63f2cbae50cf diff --git a/src/BVH/BVH.cxx b/src/BVH/BVH.cxx index 15844cd07b..1a29545401 100644 --- a/src/BVH/BVH.cxx +++ b/src/BVH/BVH.cxx @@ -25,6 +25,10 @@ // Specific instantiations of struct templates to avoid compilation warnings +template class NCollection_Vec2; +template class NCollection_Vec3; +template class NCollection_Vec4; + template class BVH_Box; template class BVH_Box; template class BVH_Box;