Fix cpluspluscheck for pg_verifybackup.h.

Thomas Munro <tmunro@postgresql.org>

Commit: d426718d8d6f42467ab8888d8e7837dcfa452e20
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2024-08-18T19:59:30Z
Releases: 18.0
Fix cpluspluscheck for pg_verifybackup.h.

simplehash.h references pg_fatal(), which cpluspluscheck says is
undeclared, causing the CI CompilerWarnings task to fail since commit
aa2d6b15.  Include the header it needs.

Discussion: https://postgr.es/m/CA%2BhUKGJC3d4PXkErpfOWrzQqcq6MLiCv0%2BAH0CMQnB6hdLUFEw%40mail.gmail.com

Files

PathChange+/−
src/bin/pg_verifybackup/pg_verifybackup.h modified +1 −0

Discussion