diff --git a/src/backend/distributed/deparser/deparse_function_stmts.c b/src/backend/distributed/deparser/deparse_function_stmts.c index 4600dd47b..fd547d14e 100644 --- a/src/backend/distributed/deparser/deparse_function_stmts.c +++ b/src/backend/distributed/deparser/deparse_function_stmts.c @@ -20,6 +20,7 @@ #include "access/htup_details.h" #include "catalog/namespace.h" #include "catalog/pg_proc.h" +#include "catalog/pg_type.h" #include "commands/defrem.h" #include "distributed/citus_ruleutils.h" #include "distributed/commands.h"