diff options
Diffstat (limited to 'sql/create_options.h')
-rw-r--r-- | sql/create_options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/create_options.h b/sql/create_options.h index b66bbf43570..1bd6ecd81e6 100644 --- a/sql/create_options.h +++ b/sql/create_options.h @@ -22,7 +22,8 @@ #ifndef SQL_CREATE_OPTIONS_INCLUDED #define SQL_CREATE_OPTIONS_INCLUDED -#include "handler.h" +#include "sql_class.h" +//#include "handler.h" class engine_option_value: public Sql_alloc { |