From f933d2a57a9b25e6e878ae2025fd20f23de1fa18 Mon Sep 17 00:00:00 2001 From: Halil Ozan Akgul Date: Tue, 10 Aug 2021 17:31:19 +0300 Subject: [PATCH] Includes defrem.h in index.c --- src/backend/distributed/commands/index.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/distributed/commands/index.c b/src/backend/distributed/commands/index.c index bd1b9eb88..73f572d47 100644 --- a/src/backend/distributed/commands/index.c +++ b/src/backend/distributed/commands/index.c @@ -18,6 +18,7 @@ #include "catalog/index.h" #include "catalog/namespace.h" #include "catalog/pg_class.h" +#include "commands/defrem.h" #include "commands/tablecmds.h" #include "distributed/citus_ruleutils.h" #include "distributed/commands.h"