From 95e476d5703ba002c718b9e1a9db933bb0e73d39 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 25 Mar 2024 15:49:18 -0700 Subject: [PATCH] Fixed CI --- src/hnswscan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hnswscan.c b/src/hnswscan.c index ce0c2f3..969c04a 100644 --- a/src/hnswscan.c +++ b/src/hnswscan.c @@ -1,6 +1,7 @@ #include "postgres.h" #include "access/relscan.h" +#include "catalog/pg_type_d.h" #include "hnsw.h" #include "pgstat.h" #include "storage/bufmgr.h"