diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-12-27 12:20:09 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-12-27 12:20:09 -0500 |
commit | 37b61a69f30e0aefcb49a4ad64d6884cd96fe397 (patch) | |
tree | a544751098505c8afbfee0ee2d12428d08eb611e /src | |
parent | a977db6f1c3f399e5eaeb2514c72f38bdb8319e8 (diff) | |
download | postgresql-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.h | 1 |
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" /* ---------------------------------------------------------------- |