More portability fixing for bipartite_match.c.
<float.h> is required for isinf() on some platforms. Per buildfarm.
This commit is contained in:
parent
4c5e060049
commit
26058bf0dc
@ -16,6 +16,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user