Skip to content

Commit

Permalink
Add missing include to deparse_function_stmts.c
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoslot committed Nov 24, 2019
1 parent 2557618 commit cd64bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/distributed/deparser/deparse_function_stmts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd64bd5

Please sign in to comment.