diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-19 14:01:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-19 14:01:37 +0100 |
commit | 9c1d2bb7979776c42248b47832e5a9d71a305e68 (patch) | |
tree | a1ea981bd7e9a6f0f4b4b09cd0fc7f0c350c6885 | |
parent | cf6c2ba03d9029a064f624bcbad227259e02276a (diff) |
entity: fix build
-rw-r--r-- | entity/constraints.hpp | 1 | ||||
-rw-r--r-- | entity/erased-constraints.hpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/entity/constraints.hpp b/entity/constraints.hpp index 3e106f21..171c555a 100644 --- a/entity/constraints.hpp +++ b/entity/constraints.hpp @@ -1,7 +1,6 @@ #pragma once #include "erased-constraints.hpp" #include <cstddef> -#include <cmath> #include <type_traits> #include <limits> #include <utility> diff --git a/entity/erased-constraints.hpp b/entity/erased-constraints.hpp index 4f1262f1..d0fdecab 100644 --- a/entity/erased-constraints.hpp +++ b/entity/erased-constraints.hpp @@ -1,5 +1,6 @@ #pragma once #include <cstddef> +#include <cmath> #include <limits> namespace floormat::entities::erased_constraints { |