Merge pull request #76913 from akien-mga/rvo2-include-cstdint

rvo2: Include cstdint for uint32_t
This commit is contained in:
Rémi Verschelde
2023-05-10 16:43:01 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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

View File

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