From 08412c570454c1c5e27b017f6a5b26c73879d09e Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 10 Dec 2025 23:38:46 -0800 Subject: [PATCH] Added more headers --- src/hnswinsert.c | 1 + src/hnswvacuum.c | 1 + src/ivfinsert.c | 1 + src/ivfscan.c | 1 + 4 files changed, 4 insertions(+) diff --git a/src/hnswinsert.c b/src/hnswinsert.c index 221120b..4946676 100644 --- a/src/hnswinsert.c +++ b/src/hnswinsert.c @@ -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" diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index a2fe782..a6c5b80 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -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" diff --git a/src/ivfinsert.c b/src/ivfinsert.c index 493988c..35f3656 100644 --- a/src/ivfinsert.c +++ b/src/ivfinsert.c @@ -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" diff --git a/src/ivfscan.c b/src/ivfscan.c index 80197d2..13090ba 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -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"