Fixed missing header for Postgres 12

This commit is contained in:
Andrew Kane
2024-04-02 12:17:41 -07:00
parent d6044dd423
commit 835f010257

View File

@@ -3,6 +3,7 @@
#include <math.h>
#include "access/generic_xlog.h"
#include "catalog/pg_type_d.h"
#include "hnsw.h"
#include "lib/pairingheap.h"
#include "storage/bufmgr.h"