Skip to content

Commit 08412c5

Browse files
committed
Added more headers
1 parent 88f9c49 commit 08412c5

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/hnswinsert.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "access/genam.h"
44
#include "access/generic_xlog.h"
5+
#include "common/relpath.h"
56
#include "hnsw.h"
67
#include "storage/block.h"
78
#include "storage/buf.h"

src/hnswvacuum.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "access/genam.h"
44
#include "access/generic_xlog.h"
55
#include "commands/vacuum.h"
6+
#include "common/relpath.h"
67
#include "hnsw.h"
78
#include "nodes/pg_list.h"
89
#include "storage/block.h"

src/ivfinsert.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "access/genam.h"
66
#include "access/generic_xlog.h"
77
#include "access/itup.h"
8+
#include "common/relpath.h"
89
#include "fmgr.h"
910
#include "ivfflat.h"
1011
#include "nodes/execnodes.h"

src/ivfscan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "access/tupdesc.h"
1111
#include "catalog/pg_operator_d.h"
1212
#include "catalog/pg_type_d.h"
13+
#include "common/relpath.h"
1314
#include "executor/tuptable.h"
1415
#include "fmgr.h"
1516
#include "lib/pairingheap.h"

0 commit comments

Comments
 (0)