Added more headers [skip ci]

This commit is contained in:
Andrew Kane
2025-12-10 23:32:21 -08:00
parent a233d68365
commit fc8c736858
12 changed files with 31 additions and 0 deletions

View File

@@ -3,13 +3,17 @@
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "hnsw.h"
#include "storage/buf.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/itemid.h"
#include "storage/itemptr.h"
#include "storage/lmgr.h"
#include "storage/lockdefs.h"
#include "utils/datum.h"
#include "utils/memutils.h"
#include "utils/rel.h"
#include "utils/relcache.h"
#if PG_VERSION_NUM >= 160000
#include "varatt.h"