diff options
Diffstat (limited to 'src/include/parser/parse_coerce.h')
| -rw-r--r-- | src/include/parser/parse_coerce.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 6b634f13d9..a8ce037d59 100644 --- a/src/include/parser/parse_coerce.h +++ b/src/include/parser/parse_coerce.h @@ -6,13 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_coerce.h,v 1.12 1999/05/25 22:43:17 momjian Exp $ + * $Id: parse_coerce.h,v 1.13 1999/07/14 01:20:25 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef PARSE_COERCE_H #define PARSE_COERCE_H +#include "nodes/pg_list.h" +#include "parser/parse_node.h" + typedef enum CATEGORY { INVALID_TYPE, |
