2007-01-11 20:19:01 +01:00
|
|
|
$NetBSD: patch-ad,v 1.4 2007/01/11 19:19:01 drochner Exp $
|
2004-02-27 22:14:08 +01:00
|
|
|
|
2007-01-11 20:19:01 +01:00
|
|
|
--- scribus/plugins/svgimplugin/svgplugin.cpp.orig 2007-01-05 22:25:56.000000000 +0100
|
2004-08-14 23:36:22 +02:00
|
|
|
+++ scribus/plugins/svgimplugin/svgplugin.cpp
|
2007-01-11 20:19:01 +01:00
|
|
|
@@ -4,6 +4,7 @@ to the COPYING file provided with the pr
|
|
|
|
a copyright and/or license notice that predates the release of Scribus 1.3.2
|
|
|
|
for which a new license (GPL+exception) is in place.
|
|
|
|
*/
|
2004-02-27 22:14:08 +01:00
|
|
|
+#include <cmath>
|
|
|
|
#include "svgplugin.h"
|
|
|
|
#include "svgplugin.moc"
|
2004-08-14 23:36:22 +02:00
|
|
|
|
2007-01-11 20:19:01 +01:00
|
|
|
@@ -20,7 +21,6 @@ for which a new license (GPL+exception)
|
|
|
|
#include <qdragobject.h>
|
2004-02-27 22:14:08 +01:00
|
|
|
#include <qregexp.h>
|
2004-08-14 23:36:22 +02:00
|
|
|
#include <qcursor.h>
|
2004-02-27 22:14:08 +01:00
|
|
|
-#include <cmath>
|
|
|
|
#ifdef HAVE_LIBZ
|
|
|
|
#include <zlib.h>
|
|
|
|
#endif
|