blob: a72850c32d876980848ac687da77e733b2ddd612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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;
|