From 6a0c5250c76404facef504f9e148ce99e05610d5 Mon Sep 17 00:00:00 2001 From: mcecchetti Date: Sun, 6 Jul 2008 15:36:49 +0000 Subject: modified is_positive and is_negative implementation for Vector and Matrix in order to make 2geom linkable with a gsl release >= 1.8 (bzr r6197) --- src/2geom/numeric/matrix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/2geom/numeric/matrix.cpp') diff --git a/src/2geom/numeric/matrix.cpp b/src/2geom/numeric/matrix.cpp index 30b452b37..bb2a4cefd 100644 --- a/src/2geom/numeric/matrix.cpp +++ b/src/2geom/numeric/matrix.cpp @@ -33,8 +33,8 @@ */ -#include "matrix.h" -#include "vector.h" +#include <2geom/numeric/matrix.h> +#include <2geom/numeric/vector.h> -- cgit v1.2.3