From 58907c44e360596b34a9ab0826b8af201cdb2247 Mon Sep 17 00:00:00 2001 From: d Date: Wed, 22 Sep 2010 11:59:28 -0300 Subject: [PATCH] add libxml/parser.h to fix compile on windows --- src/xml/repr-io.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include + #include "xml/repr.h" #include "xml/attribute-record.h" #include "xml/rebase-hrefs.h" -- 2.30.2