Skip to content

Commit 4be97ab

Browse files
dehowefjrgemignani
authored andcommitted
Add missing dependency in cypher_expr.c (#1256)
The function contain_vars_of_level() was missing a header. Added that header to prevent a warning during compilation.
1 parent 5bc7939 commit 4be97ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/parser/cypher_expr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "nodes/nodes.h"
3232
#include "nodes/parsenodes.h"
3333
#include "nodes/value.h"
34+
#include "optimizer/optimizer.h"
3435
#include "optimizer/tlist.h"
3536
#include "parser/parse_coerce.h"
3637
#include "parser/parse_collate.h"

0 commit comments

Comments
 (0)