1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

Add missing #include.

Oversight in b2c64f571 (the later branches already have this).
Per buildfarm.
This commit is contained in:
Tom Lane 2020-06-04 17:57:19 -04:00
parent b2c64f571d
commit 9a9ba4c4d8

View File

@ -17,7 +17,7 @@
#include <math.h>
#include "fmgr.h"
#include "datatype/timestamp.h"
typedef int32 DateADT;