Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a0fe2f

Browse files
committed
Add now-required #include.
Fixes compiler warning induced by 808ea8f.
1 parent 57057e2 commit 0a0fe2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/commands/policy.c

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "nodes/makefuncs.h"
3030
#include "nodes/pg_list.h"
3131
#include "parser/parse_clause.h"
32+
#include "parser/parse_collate.h"
3233
#include "parser/parse_node.h"
3334
#include "parser/parse_relation.h"
3435
#include "rewrite/rewriteManip.h"

0 commit comments

Comments
 (0)