summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authord <d@d-desktop>2010-09-22 14:59:28 +0000
committerd <d@d-desktop>2010-09-22 14:59:28 +0000
commit1331978b6a4717ea679f0d4d3c3d9ceaf7da2f5a (patch)
tree72b3f657d16112c68482e306353cbc0898ddae96 /src
parentadd XML_PARSE_HUGE to handle documents with more than 256 levels of nesting (diff)
downloadinkscape-1331978b6a4717ea679f0d4d3c3d9ceaf7da2f5a.tar.gz
inkscape-1331978b6a4717ea679f0d4d3c3d9ceaf7da2f5a.zip
add libxml/parser.h to fix compile on windows
(bzr r9776)
Diffstat (limited to 'src')
-rw-r--r--src/xml/repr-io.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index 5b26d438f..115b4b138 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -20,6 +20,8 @@
#include <string>
#include <stdexcept>
+#include <libxml/parser.h>
+
#include "xml/repr.h"
#include "xml/attribute-record.h"
#include "xml/rebase-hrefs.h"