Fix compiler warnings due to commit cc4feded
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 17 Jan 2018 08:33:02 +0000 (03:33 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 17 Jan 2018 08:33:02 +0000 (03:33 -0500)
src/include/utils/date.h

index e17cd49602e40304c239b28718341573a0138956..eb6d2a16fec9cb9b17fc3711cbddca40576b6bd9 100644 (file)
@@ -17,6 +17,7 @@
 #include <math.h>
 
 #include "fmgr.h"
+#include "pgtime.h"
 #include "datatype/timestamp.h"
 
 typedef int32 DateADT;