mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix failure of executor/hashjoin.h to compile standalone.
Noted while experimenting with cpluspluscheck.
This commit is contained in:
parent
a977db6f1c
commit
37b61a69f3
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#define HASHJOIN_H
|
||||
|
||||
#include "fmgr.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "storage/buffile.h"
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue