mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
More portability fixing for bipartite_match.c.
<float.h> is required for isinf() on some platforms. Per buildfarm.
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
#include <limits.h>
|
||||
|
||||
|
Reference in New Issue
Block a user