summaryrefslogtreecommitdiffstats
path: root/src/2geom/numeric/matrix.cpp
diff options
context:
space:
mode:
authormcecchetti <mcecchetti@users.sourceforge.net>2008-07-06 15:36:49 +0000
committermcecchetti <mcecchetti@users.sourceforge.net>2008-07-06 15:36:49 +0000
commit6a0c5250c76404facef504f9e148ce99e05610d5 (patch)
tree28aa9f309d509853fae58b61884c5c0cc2cc85fd /src/2geom/numeric/matrix.cpp
parentagree with the FIXME (diff)
downloadinkscape-6a0c5250c76404facef504f9e148ce99e05610d5.tar.gz
inkscape-6a0c5250c76404facef504f9e148ce99e05610d5.zip
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)
Diffstat (limited to 'src/2geom/numeric/matrix.cpp')
-rw-r--r--src/2geom/numeric/matrix.cpp4
1 files changed, 2 insertions, 2 deletions
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>