diff --git a/libs/math/include/psemek/math/box.hpp b/libs/math/include/psemek/math/box.hpp index 407be6d1..24aa6924 100644 --- a/libs/math/include/psemek/math/box.hpp +++ b/libs/math/include/psemek/math/box.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include @@ -13,7 +12,7 @@ namespace psemek::math template struct box { - typename detail::array, N>::type axes; + interval axes[N]; using point_type = point; using vector_type = vector;