diff options
Diffstat (limited to 'storage/heap/ha_heap.h')
-rw-r--r-- | storage/heap/ha_heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/ha_heap.h b/storage/heap/ha_heap.h index 22722129f4c..7185fbc7720 100644 --- a/storage/heap/ha_heap.h +++ b/storage/heap/ha_heap.h @@ -21,6 +21,7 @@ /* class for the the heap handler */ #include <heap.h> +#include "sql_class.h" /* THD */ class ha_heap: public handler { |