diff --git a/lib/Mat.hpp b/lib/Mat.hpp index 52f62b8..92123a0 100644 --- a/lib/Mat.hpp +++ b/lib/Mat.hpp @@ -21,7 +21,7 @@ #define Latan_Mat_hpp_ #include -#include +#include #define FOR_MAT(mat, i, j) \ for (Latan::Index j = 0; j < mat.cols(); ++j)\