mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Add forgotten include
This commit is contained in:
parent
ea1fd27765
commit
aad72af055
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
|||
#include "access/hash.h"
|
||||
#include "access/htup_details.h"
|
||||
#include "access/nbtree.h"
|
||||
#if PG_VERSION_NUM >= 120000
|
||||
#include "access/table.h"
|
||||
#endif
|
||||
#include "catalog/index.h"
|
||||
#include "catalog/namespace.h"
|
||||
#include "catalog/partition.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue