File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ diff --git a/include/SdfLib/ExactOctreeSdfDepthFirst.h b/include/SdfLib/ExactOctreeSdfDepthFirst.h
2+ index a1c79a1..ca6d858 100644
3+ --- a/include/SdfLib/ExactOctreeSdfDepthFirst.h
4+ +++ b/include/SdfLib/ExactOctreeSdfDepthFirst.h
5+ @@ -1,6 +1,7 @@
6+ #ifndef EXACT_OCTREE_SDF_DEPTH_FIRST_H
7+ #define EXACT_OCTREE_SDF_DEPTH_FIRST_H
8+
9+ + #include <cstring>
10+ #include <string>
11+ #include <stack>
12+ #ifdef OPENMP_AVAILABLE
13+ diff --git a/src/tools/SdfLibUnity/SdfExportFunc.cpp b/src/tools/SdfLibUnity/SdfExportFunc.cpp
14+ index ff4e017..85d7842 100644
15+ --- a/src/tools/SdfLibUnity/SdfExportFunc.cpp
16+ +++ b/src/tools/SdfLibUnity/SdfExportFunc.cpp
17+ @@ -1,3 +1,4 @@
18+ + #include <cstring>
19+ #include "SdfExportFunc.h"
20+ #include "spdlog/sinks/rotating_file_sink.h"
21+
22+ diff --git a/src/utils/Mesh.cpp b/src/utils/Mesh.cpp
23+ index 8bc7c6a..9ce200b 100644
24+ --- a/src/utils/Mesh.cpp
25+ +++ b/src/utils/Mesh.cpp
26+ @@ -1,5 +1,6 @@
27+ #include "SdfLib/utils/Mesh.h"
28+ #include <iostream>
29+ + #include <cstring>
30+ #include <assert.h>
31+ #include <spdlog/spdlog.h>
32+
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ vcpkg_from_github(
44 REF 8db373ef71d65be24badf6ae10750a932bbc223b
55 SHA512 1231128e66b19923f78e2e3d9b827376c79abb22fe86bb200874a2ce3c283b4d6b8a077a1ab6749cd64b6d81f71a7d2f96d1f6dcc252a3a4aefaeb2145bbacf4
66 PATCHES
7+ fix-missing-header.patch
78)
89
910vcpkg_cmake_configure (
Original file line number Diff line number Diff line change 11{
22 "name" : " sdflib" ,
33 "version-date" : " 2025-11-03" ,
4+ "port-version" : 1 ,
45 "description" : " Library for accelerating the queries of signed distance fields from triangle meshes." ,
56 "homepage" : " https://github.com/UPC-ViRVIG/SdfLib" ,
67 "license" : " MIT" ,
Original file line number Diff line number Diff line change 90949094 },
90959095 "sdflib" : {
90969096 "baseline" : " 2025-11-03" ,
9097- "port-version" : 0
9097+ "port-version" : 1
90989098 },
90999099 "sdformat" : {
91009100 "baseline" : " 15.4.0" ,
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " e7c67b249eb70b14303e8f145a723f4a2b6d7922" ,
5+ "version-date" : " 2025-11-03" ,
6+ "port-version" : 1
7+ },
38 {
49 "git-tree" : " 5b2dd16f6487ebd6fcbbbb3dea0a4a4d409cb14b" ,
510 "version-date" : " 2025-11-03" ,
You can’t perform that action at this time.
0 commit comments