mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue