diff options
| author | d <d@d-desktop> | 2010-09-22 14:59:28 +0000 |
|---|---|---|
| committer | d <d@d-desktop> | 2010-09-22 14:59:28 +0000 |
| commit | 1331978b6a4717ea679f0d4d3c3d9ceaf7da2f5a (patch) | |
| tree | 72b3f657d16112c68482e306353cbc0898ddae96 /src/xml/repr-io.cpp | |
| parent | add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting (diff) | |
| download | inkscape-1331978b6a4717ea679f0d4d3c3d9ceaf7da2f5a.tar.gz inkscape-1331978b6a4717ea679f0d4d3c3d9ceaf7da2f5a.zip | |
add libxml/parser.h to fix compile on windows
(bzr r9776)
Diffstat (limited to 'src/xml/repr-io.cpp')
| -rw-r--r-- | src/xml/repr-io.cpp | 2 |
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" |
