Fix failure of executor/hashjoin.h to compile standalone.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Dec 2010 17:20:09 +0000 (12:20 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Dec 2010 17:20:09 +0000 (12:20 -0500)
Noted while experimenting with cpluspluscheck.

src/include/executor/hashjoin.h

index cd08345d9a34702e29e37f18e6420122d1b5ed01..1b93f58af671e4e40e3991d78702328b5c627972 100644 (file)
@@ -15,6 +15,7 @@
 #define HASHJOIN_H
 
 #include "fmgr.h"
+#include "nodes/execnodes.h"
 #include "storage/buffile.h"
 
 /* ----------------------------------------------------------------