mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Add includes to make header files self-contained
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#ifndef NODEHASHJOIN_H
|
||||
#define NODEHASHJOIN_H
|
||||
|
||||
#include "access/parallel.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "storage/buffile.h"
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
#ifndef SHAREDTUPLESTORE_H
|
||||
#define SHAREDTUPLESTORE_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include "storage/fd.h"
|
||||
#include "storage/sharedfileset.h"
|
||||
|
||||
|
Reference in New Issue
Block a user