Include header file inadvertently missed in commit 2d13dab048
authorAndrew Dunstan <[email protected]>
Thu, 24 Aug 2023 20:14:26 +0000 (16:14 -0400)
committerAndrew Dunstan <[email protected]>
Thu, 24 Aug 2023 20:14:26 +0000 (16:14 -0400)
per gripe from Tom Lane.

src/backend/access/common/heaptuple.c

index 1cf87386344210f2795bafcfbee29567363a4dd3..340fe81a1eb5683f0e75b09bcffc5479f74de37d 100644 (file)
@@ -57,6 +57,7 @@
 
 #include "postgres.h"
 
+#include "access/hash.h"
 #include "access/sysattr.h"
 #include "access/tupdesc_details.h"
 #include "access/tuptoaster.h"