diff --git a/libs/math/include/psemek/math/detail/array.hpp b/libs/math/include/psemek/math/detail/array.hpp index ca6e2e79..91456e95 100644 --- a/libs/math/include/psemek/math/detail/array.hpp +++ b/libs/math/include/psemek/math/detail/array.hpp @@ -2,8 +2,7 @@ #include #include - -#include +#include namespace psemek::math::detail { @@ -37,7 +36,7 @@ namespace psemek::math::detail template struct array { - using type = std::vector; + using type = util::array; }; template