mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix failure of executor/hashjoin.h to compile standalone.
Noted while experimenting with cpluspluscheck.
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#define HASHJOIN_H
|
||||
|
||||
#include "fmgr.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "storage/buffile.h"
|
||||
|
||||
/* ----------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user