From b7a5dd51def85d3f02ba424ca4c3c0cc1218fe18 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Fri, 20 Mar 2015 16:18:23 +0000 Subject: [PATCH] Mat: header name fix --- lib/Mat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)\