fix(v1.0.1): VDE-016 — reorder #include <iterator> for consistency; VDE-017 — already fixed on main (CMAKE_CURRENT_SOURCE_DIR)
CI / Build & Test (push) Failing after 1m32s
CI / Release Build (push) Failing after 1m33s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-28 10:45:59 +08:00
parent 2f69f06897
commit d5c00a0406
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -8,9 +8,9 @@
#include "vde/core/point.h"
#include "vde/mesh/halfedge_mesh.h"
#include <algorithm>
#include <iterator>
#include <cmath>
#include <cstdint>
#include <iterator>
#include <limits>
#include <map>
#include <mutex>
@@ -42,7 +42,6 @@ using core::AABB3D;
AABB3D face_bounds(const BrepModel& body, int face_id);
Vector3D face_normal(const BrepModel& body, int face_id);
struct SSICurveData;
/// SSI curve data for a face pair
struct SSICurveData {
int face_a;