include float.h for DBL_MIN

This commit is contained in:
Martin Kroeker 2023-03-16 09:30:11 +01:00 committed by GitHub
parent 5de271aa69
commit 6a5c4f1c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
/*********************************************************************/ /*********************************************************************/
#include <stdio.h> #include <stdio.h>
#include <float.h>
#include "common.h" #include "common.h"
static FLOAT dp1 = 1.; static FLOAT dp1 = 1.;