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 53575f0 commit 19d5e23Copy full SHA for 19d5e23
src/connection.cpp
@@ -1,5 +1,8 @@
1
-#include <iterator>
+#define R_NO_REMAP
2
#include <Rinternals.h>
3
+#undef R_NO_REMAP
4
+
5
+#include <iterator>
6
#include <vector>
7
#include "xml2_utils.h"
8
src/xml2_schema.cpp
@@ -1,4 +1,6 @@
#include <libxml/xmlschemas.h>
#include "xml2_types.h"
0 commit comments