Fix failure of executor/hashjoin.h to compile standalone.

Noted while experimenting with cpluspluscheck.
This commit is contained in:
Tom Lane 2010-12-27 12:20:09 -05:00
parent a977db6f1c
commit 37b61a69f3

View File

@ -15,6 +15,7 @@
#define HASHJOIN_H
#include "fmgr.h"
#include "nodes/execnodes.h"
#include "storage/buffile.h"
/* ----------------------------------------------------------------