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;