From ce4c0ce1dec3f34dbbc812a49026f70003a63d18 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 6 Nov 1996 06:52:23 +0000 Subject: Some compile failure fixes from Keith Parks --- src/backend/executor/nodeAgg.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/backend/executor/nodeAgg.c') diff --git a/src/backend/executor/nodeAgg.c b/src/backend/executor/nodeAgg.c index e7bbc2fb59c..44e051a3038 100644 --- a/src/backend/executor/nodeAgg.c +++ b/src/backend/executor/nodeAgg.c @@ -15,7 +15,10 @@ * *------------------------------------------------------------------------- */ +#include + #include "postgres.h" +#include "fmgr.h" #include "access/heapam.h" #include "catalog/pg_aggregate.h" @@ -24,6 +27,7 @@ #include "executor/nodeAgg.h" #include "storage/bufmgr.h" #include "utils/palloc.h" +#include "utils/syscache.h" #include "parser/catalog_utils.h" /* -- cgit v1.2.3