mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Silence compiler warning on Windows.
David Rowley.
This commit is contained in:
parent
54a2d5b37b
commit
0ed41529f6
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@
|
|||
#include "postgres.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <float.h> /* for _isnan */
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
#include "access/htup_details.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue