5249e13e8b
- 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]
10 lines
247 B
C++
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>
|