From: Andrew Dunstan Date: Thu, 24 Aug 2023 20:14:26 +0000 (-0400) Subject: Include header file inadvertently missed in commit 2d13dab048 X-Git-Tag: REL_11_22~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b915bf495ff48c4f57a22a90dfddc38be7a9845e;p=thirdparty%2Fpostgresql.git Include header file inadvertently missed in commit 2d13dab048 per gripe from Tom Lane. --- diff --git a/src/backend/access/common/heaptuple.c b/src/backend/access/common/heaptuple.c index 1cf87386344..340fe81a1eb 100644 --- a/src/backend/access/common/heaptuple.c +++ b/src/backend/access/common/heaptuple.c @@ -57,6 +57,7 @@ #include "postgres.h" +#include "access/hash.h" #include "access/sysattr.h" #include "access/tupdesc_details.h" #include "access/tuptoaster.h"