From 37b61a69f30e0aefcb49a4ad64d6884cd96fe397 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Mon, 27 Dec 2010 12:20:09 -0500
Subject: [PATCH] Fix failure of executor/hashjoin.h to compile standalone.

Noted while experimenting with cpluspluscheck.
---
 src/include/executor/hashjoin.h | 1 +
 1 file changed, 1 insertion(+)

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"
 
 /* ----------------------------------------------------------------
-- 
GitLab