replace <cfloat> with <float.h>

- <cfloat> isn't available in the NuttX c++ library
This commit is contained in:
Daniel Agar
2019-01-06 11:37:44 -05:00
parent c032126745
commit b920910483
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#include "data_validator_group.h"
#include <ecl.h>
#include <cfloat>
#include <float.h>
DataValidatorGroup::DataValidatorGroup(unsigned siblings)
{