Commit 0689dc3a authored by Peter Eisentraut's avatar Peter Eisentraut

Add includes to make header files self-contained

parent ff963b39
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#ifndef NODEHASHJOIN_H #ifndef NODEHASHJOIN_H
#define NODEHASHJOIN_H #define NODEHASHJOIN_H
#include "access/parallel.h"
#include "nodes/execnodes.h" #include "nodes/execnodes.h"
#include "storage/buffile.h" #include "storage/buffile.h"
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#ifndef SHAREDTUPLESTORE_H #ifndef SHAREDTUPLESTORE_H
#define SHAREDTUPLESTORE_H #define SHAREDTUPLESTORE_H
#include "access/htup.h"
#include "storage/fd.h" #include "storage/fd.h"
#include "storage/sharedfileset.h" #include "storage/sharedfileset.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment