summaryrefslogtreecommitdiff
path: root/sql/hash_filo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/hash_filo.cc')
-rw-r--r--sql/hash_filo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/hash_filo.cc b/sql/hash_filo.cc
index ec200768222..34f3cd6b035 100644
--- a/sql/hash_filo.cc
+++ b/sql/hash_filo.cc
@@ -20,6 +20,8 @@
** to usage.
*/
+#include <my_global.h>
+
#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
#endif