From d1e9a761317271eb0c7a317fad123a18923ebfce Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 5 Nov 1996 08:18:44 +0000 Subject: Another run through. This gets us a clean compile of 'common' and 'gist' with *clean* #include files --- src/include/access/giststrat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/access/giststrat.h') diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h index 82d8c761e0..d189f685b6 100644 --- a/src/include/access/giststrat.h +++ b/src/include/access/giststrat.h @@ -12,6 +12,9 @@ #ifndef GISTSTRAT_H #define GISTSTRAT_H +#include +#include + StrategyNumber RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc); -- cgit v1.2.1