From 045222798907d940aabcd11f84891b17d4dcf247 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 21 Oct 1996 05:14:02 +0000 Subject: -Wall Cleanup of gist subdirectory --- src/backend/access/gist/giststrat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backend/access/gist/giststrat.c') diff --git a/src/backend/access/gist/giststrat.c b/src/backend/access/gist/giststrat.c index 462eb824707..5b204572bd5 100644 --- a/src/backend/access/gist/giststrat.c +++ b/src/backend/access/gist/giststrat.c @@ -37,6 +37,8 @@ #include "storage/bufpage.h" #include "access/gist.h" +#include "access/istrat.h" + /* * Note: negate, commute, and negatecommute all assume that operators are * ordered as follows in the strategy map: -- cgit v1.2.3