Fix cpluspluscheck for "Change gist stratnum function to use CompareType"

Peter Eisentraut <peter@eisentraut.org>

Commit: d5221c49a302ee7f3964449cbc730b01ce4e7d40
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-01-15T22:11:08Z
Releases: 18.0
Fix cpluspluscheck for "Change gist stratnum function to use CompareType"

Commit 630f9a43cec introduced an enum forward declaration, which
doesn't work in C++.  To fix, just include the header file to get the
type.

Files

PathChange+/−
src/include/access/gist.h modified +2 −2