Add includes to make header files self-contained

This commit is contained in:
Peter Eisentraut 2017-12-26 10:21:27 -05:00
parent ff963b393c
commit 0689dc3a23
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifndef NODEHASHJOIN_H
#define NODEHASHJOIN_H
#include "access/parallel.h"
#include "nodes/execnodes.h"
#include "storage/buffile.h"

View File

@ -13,6 +13,7 @@
#ifndef SHAREDTUPLESTORE_H
#define SHAREDTUPLESTORE_H
#include "access/htup.h"
#include "storage/fd.h"
#include "storage/sharedfileset.h"