Skip to content

Commit 9dd04d5

Browse files
Try fix for Windows problem.
1 parent ed70f9d commit 9dd04d5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/gibbs_functions.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// [[Rcpp::depends(RcppArmadillo)]]
1+
#define ARMA_NO_DEBUG
22
#include <RcppArmadillo.h>
3-
4-
// [[Rcpp::depends(RcppProgress)]]
53
#include <Rcpp.h>
64
#include "gibbs_functions_edge_prior.h"
75
#include <progress.hpp>

0 commit comments

Comments
 (0)