From ae78f732ef268fb6c3d28ec98aedd9c3ac88b29b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 1 Aug 2023 19:25:52 -0700 Subject: [PATCH] Fixed CI --- src/hnswvacuum.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index 8ed56e3..ff18cf1 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -1,5 +1,7 @@ #include "postgres.h" +#include + #include "commands/vacuum.h" #include "hnsw.h" #include "storage/bufmgr.h"