There was an error while loading. Please reload this page.
1 parent 4a20515 commit bc8830bCopy full SHA for bc8830b
1 file changed
R/rstan_config.R
@@ -232,6 +232,7 @@ rstan_config <- function(pkgdir = ".") {
232
cat("#include <exporter.h>",
233
eigen_incl,
234
"#include <stan/math/prim/meta.hpp>",
235
+ "#include <stan/services/util/create_rng.hpp>",
236
file = file.path(pkgdir, "src",
237
paste(pkgname, "types.h", sep = "_")),
238
sep = "\n")
0 commit comments