Skip to content

Commit 46c124a

Browse files
committed
Make it compatible with libxml2 >= 2.13.0
* libxml++/document.cc: Modify #include directives.
1 parent 10a25d3 commit 46c124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxml++/document.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#include <libxml++/keepblanks.h>
1616
#include <libxml++/io/ostreamoutputbuffer.h>
1717

18+
#include <libxml/parser.h> // XML_PARSE_NOXINCNODE, XML_PARSE_NOBASEFIX
1819
#include <libxml/tree.h>
1920
#include <libxml/xinclude.h>
2021
#include <libxml/xmlsave.h>
21-
#include <libxml/parser.h> // XML_PARSE_NOXINCNODE, XML_PARSE_NOBASEFIX
2222

2323
#include <iostream>
2424
#include <map>

0 commit comments

Comments
 (0)