From 3f07f6bab2e0cdd4234d0427e79a87082976bcca Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Wed, 6 Nov 1996 09:24:57 +0000
Subject: [PATCH] Another

---
 src/include/optimizer/plancat.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/include/optimizer/plancat.h b/src/include/optimizer/plancat.h
index 36604e78961..ce752b57366 100644
--- a/src/include/optimizer/plancat.h
+++ b/src/include/optimizer/plancat.h
@@ -6,13 +6,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: plancat.h,v 1.2 1996/10/31 09:49:26 scrappy Exp $
+ * $Id: plancat.h,v 1.3 1996/11/06 09:24:57 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef PLANCAT_H
 #define PLANCAT_H
 
+#include <nodes/parsenodes.h>
 
 /*
  * transient data structure to hold return value of index_info. Note that
-- 
GitLab