pkgsrc-ng/graphics/inkscape/patches/patch-src_extension_internal_pdfinput_pdf-parser.h
2016-01-21 23:40:00 +01:00

16 lines
517 B
C++

$NetBSD: patch-src_extension_internal_pdfinput_pdf-parser.h,v 1.2 2015/02/03 13:55:12 adam Exp $
Explicitly include poppler/Object.h; otherwise Python's Object.h gets included.
--- src/extension/internal/pdfinput/pdf-parser.h.orig 2012-11-18 14:42:04.000000000 +0000
+++ src/extension/internal/pdfinput/pdf-parser.h
@@ -26,7 +26,7 @@ namespace Inkscape {
using Inkscape::Extension::Internal::SvgBuilder;
#include "goo/gtypes.h"
-#include "Object.h"
+#include "poppler/Object.h"
class GooString;
class XRef;