mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 11:50:33 -05:00
Add missing #include.
Oversight in b2c64f571 (the later branches already have this).
Per buildfarm.
This commit is contained in:
parent
b2c64f571d
commit
9a9ba4c4d8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "fmgr.h"
|
||||
|
||||
#include "datatype/timestamp.h"
|
||||
|
||||
typedef int32 DateADT;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue