From f631139a55a3b646453c4e5cdb8845ec1f6edc17 Mon Sep 17 00:00:00 2001 From: Roman Pryshchyp Date: Fri, 10 Jan 2025 17:47:30 +0000 Subject: [PATCH] Fix the error encountered when installing dependencies for ./uv_unwrapper/ using pip. See: https://github.com/Stability-AI/stable-fast-3d/issues/70 --- uv_unwrapper/uv_unwrapper/csrc/bvh.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uv_unwrapper/uv_unwrapper/csrc/bvh.cpp b/uv_unwrapper/uv_unwrapper/csrc/bvh.cpp index 790183d..25468f3 100644 --- a/uv_unwrapper/uv_unwrapper/csrc/bvh.cpp +++ b/uv_unwrapper/uv_unwrapper/csrc/bvh.cpp @@ -6,6 +6,7 @@ #include #include #include +#include namespace UVUnwrapper { BVH::BVH(Triangle *tri, int *actual_idx, const size_t &num_indices) {