Added more headers

This commit is contained in:
Andrew Kane
2025-12-10 22:55:54 -08:00
parent 8ca5e37c83
commit eda94a46d8
10 changed files with 26 additions and 0 deletions

View File

@@ -5,12 +5,16 @@
#include <math.h>
#include "access/amapi.h"
#include "access/genam.h"
#include "access/reloptions.h"
#include "commands/progress.h"
#include "commands/vacuum.h"
#include "fmgr.h"
#include "hnsw.h"
#include "miscadmin.h"
#include "nodes/nodes.h"
#include "nodes/pathnodes.h"
#include "nodes/pg_list.h"
#include "utils/float.h"
#include "utils/guc.h"
#include "utils/selfuncs.h"