2022-05-23 12:05:55 +02:00
|
|
|
diff --git a/thirdparty/vhacd/inc/vhacdICHull.h b/thirdparty/vhacd/inc/vhacdICHull.h
|
2025-01-31 10:58:38 +01:00
|
|
|
index 132bdcfb3e..4075a9e054 100644
|
2022-05-23 12:05:55 +02:00
|
|
|
--- a/thirdparty/vhacd/inc/vhacdICHull.h
|
|
|
|
|
+++ b/thirdparty/vhacd/inc/vhacdICHull.h
|
2025-01-31 10:58:38 +01:00
|
|
|
@@ -18,6 +18,8 @@
|
2022-05-23 12:05:55 +02:00
|
|
|
#include "vhacdManifoldMesh.h"
|
|
|
|
|
#include "vhacdVector.h"
|
|
|
|
|
|
|
|
|
|
+#include <cstdint>
|
|
|
|
|
+
|
|
|
|
|
namespace VHACD {
|
|
|
|
|
//! Incremental Convex Hull algorithm (cf. http://cs.smith.edu/~orourke/books/ftp.html ).
|
|
|
|
|
enum ICHullError {
|
2023-06-07 11:36:55 +02:00
|
|
|
diff --git a/thirdparty/vhacd/inc/vhacdManifoldMesh.h b/thirdparty/vhacd/inc/vhacdManifoldMesh.h
|
2025-01-31 10:58:38 +01:00
|
|
|
index a48f53c5c5..3f9d039470 100644
|
2023-06-07 11:36:55 +02:00
|
|
|
--- a/thirdparty/vhacd/inc/vhacdManifoldMesh.h
|
|
|
|
|
+++ b/thirdparty/vhacd/inc/vhacdManifoldMesh.h
|
2025-01-31 10:58:38 +01:00
|
|
|
@@ -18,6 +18,9 @@ All rights reserved.
|
2023-06-07 11:36:55 +02:00
|
|
|
#include "vhacdCircularList.h"
|
|
|
|
|
#include "vhacdSArray.h"
|
|
|
|
|
#include "vhacdVector.h"
|
|
|
|
|
+
|
|
|
|
|
+#include <cstdint>
|
|
|
|
|
+
|
|
|
|
|
namespace VHACD {
|
|
|
|
|
class TMMTriangle;
|
|
|
|
|
class TMMEdge;
|