Skip to content

Commit cb5d507

Browse files
committed
add cfloat header (fixes #1161)
1 parent 27f24f0 commit cb5d507

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
2021-05-09 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/include/RcppCommon.h: Add cfloat header
4+
15
2021-04-09 Dirk Eddelbuettel <[email protected]>
26

37
* inst/include/Rcpp/hash/IndexHash.h: Silence one comparison, update
4-
use of unsigned it to uint32_t throughout
8+
use of unsigned int to uint32_t throughout
59

610
2021-03-22 Dirk Eddelbuettel <[email protected]>
711

inst/include/RcppCommon.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ namespace Rcpp {
6363
#include <numeric>
6464
#include <algorithm>
6565
#include <complex>
66+
#include <cfloat>
6667
#include <limits>
6768
#include <typeinfo>
6869
#include <Rcpp/sprintf.h>

0 commit comments

Comments
 (0)