瀏覽代碼

rvo2: Include cstdint for uint32_t

Fixes #76907.
Rémi Verschelde 2 年之前
父節點
當前提交
9e9b07ffd3
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      thirdparty/rvo2/rvo2_2d/Definitions.h
  2. 1 0
      thirdparty/rvo2/rvo2_3d/Agent3d.h

+ 1 - 0
thirdparty/rvo2/rvo2_2d/Definitions.h

@@ -41,6 +41,7 @@
 #include <algorithm>
 #include <cmath>
 #include <cstddef>
+#include <cstdint>
 #include <limits>
 #include <vector>
 

+ 1 - 0
thirdparty/rvo2/rvo2_3d/Agent3d.h

@@ -38,6 +38,7 @@
 #define RVO3D_AGENT_H_
 
 #include <cstddef>
+#include <cstdint>
 #include <utility>
 #include <vector>