aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-12-27 12:20:09 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2010-12-27 12:20:09 -0500
commit37b61a69f30e0aefcb49a4ad64d6884cd96fe397 (patch)
treea544751098505c8afbfee0ee2d12428d08eb611e /src
parenta977db6f1c3f399e5eaeb2514c72f38bdb8319e8 (diff)
downloadpostgresql-37b61a69f30e0aefcb49a4ad64d6884cd96fe397.tar.gz
postgresql-37b61a69f30e0aefcb49a4ad64d6884cd96fe397.zip
Fix failure of executor/hashjoin.h to compile standalone.
Noted while experimenting with cpluspluscheck.
Diffstat (limited to 'src')
-rw-r--r--src/include/executor/hashjoin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/executor/hashjoin.h b/src/include/executor/hashjoin.h
index cd08345d9a3..1b93f58af67 100644
--- a/src/include/executor/hashjoin.h
+++ b/src/include/executor/hashjoin.h
@@ -15,6 +15,7 @@
#define HASHJOIN_H
#include "fmgr.h"
+#include "nodes/execnodes.h"
#include "storage/buffile.h"
/* ----------------------------------------------------------------