diff --git a/src/backend/distributed/deparser/deparse_function_stmts.c b/src/backend/distributed/deparser/deparse_function_stmts.c index a2b68d7da..0cd5b3414 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"