Improved includes [skip ci]

This commit is contained in:
Andrew Kane
2026-02-25 17:35:23 -08:00
parent 284f2f0fec
commit 17916cad00
2 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
*/
#include "postgres.h"
#include <limits.h>
#include "access/genam.h"
#include "access/parallel.h"
#include "access/relscan.h"

View File

@@ -1,5 +1,7 @@
#include "postgres.h"
#include <limits.h>
#include "access/genam.h"
#include "access/relscan.h"
#include "hnsw.h"