From 06d8aaba21496e6a39a7c18dd82e0d3efbeb531c Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 31 Jan 2008 19:06:59 +0000 Subject: Applying fixes for gcc 4.3 build issues (closes LP: #169115) (bzr r4629) --- src/libnr/nr-matrix.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libnr/nr-matrix.cpp') diff --git a/src/libnr/nr-matrix.cpp b/src/libnr/nr-matrix.cpp index 12a2f2fcb..db01b966e 100644 --- a/src/libnr/nr-matrix.cpp +++ b/src/libnr/nr-matrix.cpp @@ -11,6 +11,7 @@ * This code is in public domain */ +#include #include "nr-matrix.h" @@ -605,7 +606,7 @@ void assert_close(Matrix const &a, Matrix const &b) a[0], a[1], b[0], b[1], a[2], a[3], b[2], b[3], a[4], a[5], b[4], b[5]); - abort(); + std::abort(); } } -- cgit v1.2.3