diff options
author | Tom Lane | 2010-12-27 17:20:09 +0000 |
---|---|---|
committer | Tom Lane | 2010-12-27 17:20:09 +0000 |
commit | 37b61a69f30e0aefcb49a4ad64d6884cd96fe397 (patch) | |
tree | a544751098505c8afbfee0ee2d12428d08eb611e | |
parent | a977db6f1c3f399e5eaeb2514c72f38bdb8319e8 (diff) |
Fix failure of executor/hashjoin.h to compile standalone.
Noted while experimenting with cpluspluscheck.
-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 cd08345d9a..1b93f58af6 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" /* ---------------------------------------------------------------- |