From 6aba9f4422422cf2ac59dce7fa48ee5ac3c14376 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 10 Dec 2025 23:49:14 -0800 Subject: [PATCH] Added more headers --- src/ivfbuild.c | 2 ++ src/ivfscan.c | 1 + 2 files changed, 3 insertions(+) diff --git a/src/ivfbuild.c b/src/ivfbuild.c index bf4fb00..167f836 100644 --- a/src/ivfbuild.c +++ b/src/ivfbuild.c @@ -2,6 +2,7 @@ #include +#include "access/attnum.h" #include "access/genam.h" #include "access/generic_xlog.h" #include "access/itup.h" @@ -21,6 +22,7 @@ #include "fmgr.h" #include "ivfflat.h" #include "miscadmin.h" +#include "nodes/execnodes.h" #include "optimizer/optimizer.h" #include "storage/block.h" #include "storage/buf.h" diff --git a/src/ivfscan.c b/src/ivfscan.c index 9ad1528..a541608 100644 --- a/src/ivfscan.c +++ b/src/ivfscan.c @@ -2,6 +2,7 @@ #include +#include "access/attnum.h" #include "access/genam.h" #include "access/itup.h" #include "access/relscan.h"