Skip to content

Commit bc8830b

Browse files
committed
stanfunctions need rng_t
1 parent 4a20515 commit bc8830b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/rstan_config.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ rstan_config <- function(pkgdir = ".") {
232232
cat("#include <exporter.h>",
233233
eigen_incl,
234234
"#include <stan/math/prim/meta.hpp>",
235+
"#include <stan/services/util/create_rng.hpp>",
235236
file = file.path(pkgdir, "src",
236237
paste(pkgname, "types.h", sep = "_")),
237238
sep = "\n")

0 commit comments

Comments
 (0)