aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/nodeHashjoin.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-12-26 10:21:27 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-12-26 10:21:27 -0500
commit0689dc3a235a12c58910fba325f0150979d0c81f (patch)
treefeca32c13aa42733ea92328d0f1116f65d94ed54 /src/include/executor/nodeHashjoin.h
parentff963b393ca93a71d2f398c4c584b322cd351c2c (diff)
downloadpostgresql-0689dc3a235a12c58910fba325f0150979d0c81f.tar.gz
postgresql-0689dc3a235a12c58910fba325f0150979d0c81f.zip
Add includes to make header files self-contained
Diffstat (limited to 'src/include/executor/nodeHashjoin.h')
-rw-r--r--src/include/executor/nodeHashjoin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/executor/nodeHashjoin.h b/src/include/executor/nodeHashjoin.h
index 8469085d7e3..b46bcc1f688 100644
--- a/src/include/executor/nodeHashjoin.h
+++ b/src/include/executor/nodeHashjoin.h
@@ -14,6 +14,7 @@
#ifndef NODEHASHJOIN_H
#define NODEHASHJOIN_H
+#include "access/parallel.h"
#include "nodes/execnodes.h"
#include "storage/buffile.h"