mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
Add now-required #include.
Fixes compiler warning induced by 808ea8fc7b.
This commit is contained in:
parent
5181fc57df
commit
ccd062cfb9
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include "nodes/makefuncs.h"
|
||||
#include "nodes/pg_list.h"
|
||||
#include "parser/parse_clause.h"
|
||||
#include "parser/parse_collate.h"
|
||||
#include "parser/parse_node.h"
|
||||
#include "parser/parse_relation.h"
|
||||
#include "rewrite/rewriteManip.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue