diff --git a/src/backend/parser/cypher_expr.c b/src/backend/parser/cypher_expr.c index 5a7c3d02a..15bfc8127 100644 --- a/src/backend/parser/cypher_expr.c +++ b/src/backend/parser/cypher_expr.c @@ -31,6 +31,7 @@ #include "nodes/nodes.h" #include "nodes/parsenodes.h" #include "nodes/value.h" +#include "optimizer/optimizer.h" #include "optimizer/tlist.h" #include "parser/parse_coerce.h" #include "parser/parse_collate.h"