From 64df149011bfd9a961493de31fe3f95376be280b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 28 Apr 2020 13:55:54 -0400 Subject: Handle missing MAXFLOAT --- include/strlist.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/strlist.h') diff --git a/include/strlist.h b/include/strlist.h index 919bdc1..f887643 100644 --- a/include/strlist.h +++ b/include/strlist.h @@ -5,6 +5,10 @@ #ifndef SPM_STRLIST_H #define SPM_STRLIST_H +#if !defined(MAXFLOAT) +#include +#endif + typedef struct { size_t num_alloc; size_t num_inuse; -- cgit