summaryrefslogtreecommitdiffhomepage
path: root/entity
diff options
context:
space:
mode:
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 {