freebsd-ports/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp
Jeremy Messenger 25ca8a8880 -Update to 0.46. [1]
-Remove USE_GCC=3.4+ and X11BASE.

PR:		ports/122386 [1]
Submitted by:	Robert Andersson <streambag@streambag.se> [1]
2008-04-09 19:29:03 +00:00

10 lines
256 B
C++

--- src/libnr/nr-matrix.cpp.org 2008-04-02 22:01:32.000000000 +0200
+++ src/libnr/nr-matrix.cpp 2008-04-02 22:01:54.000000000 +0200
@@ -11,6 +11,7 @@
* This code is in public domain
*/
+#include <cstdio>
#include <cstdlib>
#include "nr-matrix.h"