From 4058e32f735c3e3cb36dc8ac174a15c4208560f8 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 7 Nov 2015 17:05:56 +0100 Subject: [PATCH] Fix include path --- matrix/Matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/Matrix.hpp b/matrix/Matrix.hpp index 45e22b6307..d06cef3755 100644 --- a/matrix/Matrix.hpp +++ b/matrix/Matrix.hpp @@ -14,7 +14,7 @@ #include #include -#include "matrix.hpp" +#include "math.hpp" namespace matrix {