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 ffadf4e commit 80eb1d9Copy full SHA for 80eb1d9
inst/include/Rcpp/r/headers.h
@@ -45,6 +45,10 @@
45
# pragma push_macro("makedev")
46
#endif
47
48
+#include <Rcpp/platform/compiler.h>
49
+#include <Rcpp/config.h>
50
+#include <Rcpp/macros/macros.h>
51
+
52
#include <R.h>
53
#include <Rinternals.h>
54
#include <R_ext/Complex.h>
inst/include/RcppCommon.h
@@ -26,11 +26,6 @@
26
// #define RCPP_DEBUG_LEVEL 1
27
// #define RCPP_DEBUG_MODULE_LEVEL 1
28
29
-#include <Rcpp/platform/compiler.h>
30
-#include <Rcpp/config.h>
31
-#include <Rcpp/macros/macros.h>
32
-
33
34
#include <Rcpp/r/headers.h>
35
36
/**
0 commit comments