From 303deefa1808335527b262704baa616742730709 Mon Sep 17 00:00:00 2001 From: Thilina Rathnayake Date: Tue, 15 Sep 2020 03:38:10 -0400 Subject: [PATCH] Add float.h --- src/gs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gs.c b/src/gs.c index 9eddccc..bc9d2a0 100644 --- a/src/gs.c +++ b/src/gs.c @@ -7,6 +7,7 @@ #include "name.h" #include "fail.h" #include "types.h" +#include "float.h" #define gs_op gs_op_t /* fix conflict with fortran */