Add forgotten include

This commit is contained in:
Julien Rouhaud 2020-03-31 18:03:42 +02:00
parent ea1fd27765
commit aad72af055

View file

@ -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"