freebsd-ports/graphics/inkscape/files/patch-src::livarot::Path.cpp
Alexander Nedotsukov 5249e13e8b - Update to 0.38.1
- Workaround internal compiller error on -STABLE [1]
- More build patches incl. fix for build with antiqe STL on -STABLE

Reported by:	Lee Harr <missive@hotmail.com> [1]
2004-04-12 16:20:45 +00:00

10 lines
247 B
C++

--- src/livarot/Path.cpp.orig Sat Apr 10 03:53:47 2004
+++ src/livarot/Path.cpp Sat Apr 10 03:53:52 2004
@@ -7,6 +7,7 @@
*/
#include <glib.h>
+#include <cstdio>
#include "Path.h"
#include <libnr/nr-point.h>
#include <libnr/nr-point-ops.h>