From: Tom Lane Date: Mon, 27 Dec 2010 17:20:09 +0000 (-0500) Subject: Fix failure of executor/hashjoin.h to compile standalone. X-Git-Tag: REL9_1_ALPHA3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37b61a69f30e0aefcb49a4ad64d6884cd96fe397;p=thirdparty%2Fpostgresql.git Fix failure of executor/hashjoin.h to compile standalone. Noted while experimenting with cpluspluscheck. --- 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" /* ----------------------------------------------------------------