diff options
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r-- | sql/parse_file.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h index 1e649657c57..a075928c6d0 100644 --- a/sql/parse_file.h +++ b/sql/parse_file.h @@ -17,6 +17,14 @@ #ifndef _PARSE_FILE_H_ #define _PARSE_FILE_H_ +#include "my_global.h" // uchar +#include "sql_string.h" // LEX_STRING +#include "sql_list.h" // Sql_alloc + +class THD; + +typedef struct st_mem_root MEM_ROOT; + #define PARSE_FILE_TIMESTAMPLENGTH 19 enum file_opt_type { |