Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37b61a6

Browse files
committed
Fix failure of executor/hashjoin.h to compile standalone.
Noted while experimenting with cpluspluscheck.
1 parent a977db6 commit 37b61a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/executor/hashjoin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define HASHJOIN_H
1616

1717
#include "fmgr.h"
18+
#include "nodes/execnodes.h"
1819
#include "storage/buffile.h"
1920

2021
/* ----------------------------------------------------------------

0 commit comments

Comments
 (0)