Commit 0a0fe2ff authored by Tom Lane's avatar Tom Lane

Add now-required #include.

Fixes compiler warning induced by 808ea8fc.
parent 57057e21
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "nodes/makefuncs.h" #include "nodes/makefuncs.h"
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
#include "parser/parse_clause.h" #include "parser/parse_clause.h"
#include "parser/parse_collate.h"
#include "parser/parse_node.h" #include "parser/parse_node.h"
#include "parser/parse_relation.h" #include "parser/parse_relation.h"
#include "rewrite/rewriteManip.h" #include "rewrite/rewriteManip.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment