diff options
Diffstat (limited to 'sql/rpl_tblmap.h')
-rw-r--r-- | sql/rpl_tblmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/rpl_tblmap.h b/sql/rpl_tblmap.h index a6ec8bcbc9b..3d24a47d9ae 100644 --- a/sql/rpl_tblmap.h +++ b/sql/rpl_tblmap.h @@ -52,6 +52,8 @@ void free_table_map_log_event(TABLE *table); A dedicated MEM_ROOT needs to be used, see below. */ +#include "hash.h" /* HASH */ + class table_mapping { private: |