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
commit c80a2b4fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>