diff options
| author | Bruce Momjian | 2011-08-27 15:05:33 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-08-27 15:05:33 +0000 |
| commit | 4bd7333b14786a2d757195e907709d2aee116809 (patch) | |
| tree | d8c8cff1356085924bd38ae13221942d4f6c0c7f /contrib/cube/cubedata.h | |
| parent | d010391ac8f706e17998671534ca1230f68d2f38 (diff) | |
Allow more include files to be compiled in their own by adding missing
include dependencies.
Modify pgcompinclude to skip a common fcinfo error.
Diffstat (limited to 'contrib/cube/cubedata.h')
| -rw-r--r-- | contrib/cube/cubedata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cube/cubedata.h b/contrib/cube/cubedata.h index fd0c26a3816..97601624941 100644 --- a/contrib/cube/cubedata.h +++ b/contrib/cube/cubedata.h @@ -1,5 +1,7 @@ /* contrib/cube/cubedata.h */ +#include "fmgr.h" + #define CUBE_MAX_DIM (100) typedef struct NDBOX |
