Added more headers

This commit is contained in:
Andrew Kane
2025-12-10 23:38:46 -08:00
parent 88f9c495ba
commit 08412c5704
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "common/relpath.h"
#include "hnsw.h"
#include "storage/block.h"
#include "storage/buf.h"

View File

@@ -3,6 +3,7 @@
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "commands/vacuum.h"
#include "common/relpath.h"
#include "hnsw.h"
#include "nodes/pg_list.h"
#include "storage/block.h"

View File

@@ -5,6 +5,7 @@
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "access/itup.h"
#include "common/relpath.h"
#include "fmgr.h"
#include "ivfflat.h"
#include "nodes/execnodes.h"

View File

@@ -10,6 +10,7 @@
#include "access/tupdesc.h"
#include "catalog/pg_operator_d.h"
#include "catalog/pg_type_d.h"
#include "common/relpath.h"
#include "executor/tuptable.h"
#include "fmgr.h"
#include "lib/pairingheap.h"