Browse Source

include float.h for DBL_MIN

pull/3941/head
Martin Kroeker GitHub 3 years ago
parent
commit
f202cd9a4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lapack/getf2/zgetf2_k.c

+ 1
- 0
lapack/getf2/zgetf2_k.c View File

@@ -37,6 +37,7 @@
/*********************************************************************/

#include <stdio.h>
#include <float.h>
#include "common.h"

double fabs(double);


Loading…
Cancel
Save