aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/partitioning/partprune.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/partitioning/partprune.h b/src/include/partitioning/partprune.h
index 397ffaab369..2f75717ffbb 100644
--- a/src/include/partitioning/partprune.h
+++ b/src/include/partitioning/partprune.h
@@ -15,6 +15,8 @@
#define PARTPRUNE_H
#include "nodes/execnodes.h"
+#include "partitioning/partdefs.h"
+
struct PlannerInfo; /* avoid including pathnodes.h here */
struct RelOptInfo;