Skip to content

Commit 95a8da3

Browse files
Direct includes of other libxml headers (#472)
1 parent fffcc59 commit 95a8da3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/xml2_doc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <Rinternals.h>
2+
#include <libxml/encoding.h> // xmlCharEncoding, xmlGetCharEncodingName, xmlParseCharEncoding
23
#include <libxml/parser.h>
4+
#include <libxml/xmlstring.h> // xmlChar, xmlStrdup
35
#include <libxml/HTMLparser.h>
46
#include "xml2_types.h"
57
#include "xml2_utils.h"

0 commit comments

Comments
 (0)