More portability fixing for bipartite_match.c.

<float.h> is required for isinf() on some platforms.  Per buildfarm.
This commit is contained in:
Tom Lane 2015-05-16 11:35:42 -04:00
parent 4c5e060049
commit 26058bf0dc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
*/
#include "postgres.h"
#include <float.h>
#include <math.h>
#include <limits.h>