Code

add libxml/parser.h to fix compile on windows
authord <d@d-desktop>
Wed, 22 Sep 2010 14:59:28 +0000 (11:59 -0300)
committerd <d@d-desktop>
Wed, 22 Sep 2010 14:59:28 +0000 (11:59 -0300)
src/xml/repr-io.cpp

index 5b26d438ffbb6ffd2e30c12f9075993d15b974b1..115b4b138dc696778900e1efff59f49aa49382f4 100644 (file)
@@ -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"