Skip to content

Commit

Permalink
Add missing dependency in cypher_expr.c (#1256)
Browse files Browse the repository at this point in the history
The function contain_vars_of_level() was missing a header.
Added that header to prevent a warning during compilation.
  • Loading branch information
dehowef authored Sep 28, 2023
1 parent 7e3b501 commit bb704ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/parser/cypher_expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb704ac

Please sign in to comment.