We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffcc59 commit 95a8da3Copy full SHA for 95a8da3
src/xml2_doc.cpp
@@ -1,5 +1,7 @@
1
#include <Rinternals.h>
2
+#include <libxml/encoding.h> // xmlCharEncoding, xmlGetCharEncodingName, xmlParseCharEncoding
3
#include <libxml/parser.h>
4
+#include <libxml/xmlstring.h> // xmlChar, xmlStrdup
5
#include <libxml/HTMLparser.h>
6
#include "xml2_types.h"
7
#include "xml2_utils.h"
0 commit comments