Fix failure of executor/hashjoin.h to compile standalone.

Noted while experimenting with cpluspluscheck.
pull/1/head
Tom Lane 15 years ago
parent a977db6f1c
commit 37b61a69f3
  1. 1
      src/include/executor/hashjoin.h

@ -15,6 +15,7 @@
#define HASHJOIN_H
#include "fmgr.h"
#include "nodes/execnodes.h"
#include "storage/buffile.h"
/* ----------------------------------------------------------------

Loading…
Cancel
Save