Fix compiler warnings due to commit cc4feded

This commit is contained in:
Andrew Dunstan 2018-01-17 03:33:02 -05:00
parent cc4feded0a
commit 585e166e46

View File

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