Skip to content

Commit

Permalink
fix cpp compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Sep 4, 2021
1 parent 493a6a8 commit e2daa5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ inst/extdata/dictionary.txt
^\.github$
.covrignore
^CRAN-RELEASE$
src/Makevars
3 changes: 1 addition & 2 deletions src/package.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
#include <stdarg.h>
// GMP library for large integers
#include <gmp.h>
#include <gmpxx.h> // use system version if not missing gmpxx.h

#include <gmpxx.h>
// MPFR library for large and small floats (used in maximum likelihood calc)
#include <mpfr.h>

Expand Down

0 comments on commit e2daa5a

Please sign in to comment.