Commit 26058bf0 authored by Tom Lane's avatar Tom Lane

More portability fixing for bipartite_match.c.

<float.h> is required for isinf() on some platforms.  Per buildfarm.
parent 4c5e0600
......@@ -16,6 +16,7 @@
*/
#include "postgres.h"
#include <float.h>
#include <math.h>
#include <limits.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment