Skip to content

Commit 235da5c

Browse files
Add Boost header
1 parent f1f8c78 commit 235da5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ URL: https://maartenmarsman.github.io/bgms/
2222
BugReports: https://github.com/MaartenMarsman/bgms/issues
2323
Imports: Rcpp (>= 1.0.7), RcppParallel, Rdpack, methods, coda, dqrng
2424
RdMacros: Rdpack
25-
LinkingTo: Rcpp, RcppProgress, RcppArmadillo, RcppParallel, dqrng
25+
LinkingTo: Rcpp, RcppProgress, RcppArmadillo, RcppParallel, dqrng, BH
2626
RoxygenNote: 7.3.2
2727
Depends:
2828
R (>= 2.10)

src/rng_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// [[Rcpp::depends(BH)]]
12
#pragma once
23

34
#include <RcppArmadillo.h>

0 commit comments

Comments
 (0)