summaryrefslogtreecommitdiffhomepage
path: root/entity
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-19 14:01:37 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-19 14:01:37 +0100
commit9c1d2bb7979776c42248b47832e5a9d71a305e68 (patch)
treea1ea981bd7e9a6f0f4b4b09cd0fc7f0c350c6885 /entity
parentcf6c2ba03d9029a064f624bcbad227259e02276a (diff)
entity: fix build
Diffstat (limited to 'entity')
-rw-r--r--entity/constraints.hpp1
-rw-r--r--entity/erased-constraints.hpp1
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 {