diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-21 07:05:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-21 07:05:37 +0100 |
commit | fbe8ee8faf54dd9989138ff92e5177a984e229fd (patch) | |
tree | 1f00423283afbea055cc4738723dfa276990b20a | |
parent | 5c5de540b70d0ab299f207926e0d96d62ab9e284 (diff) |
fix build
-rw-r--r-- | entity/erased-constraints.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/entity/erased-constraints.hpp b/entity/erased-constraints.hpp index 46829ebb..c0ff3e9f 100644 --- a/entity/erased-constraints.hpp +++ b/entity/erased-constraints.hpp @@ -2,6 +2,7 @@ #include <cstddef> #include <cmath> #include <limits> +#include <cstdint> #include <Corrade/Containers/StringView.h> namespace floormat::entities::erased_constraints { |