diff options
-rw-r--r-- | storage/perfschema/table_all_instr.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/perfschema/table_all_instr.cc b/storage/perfschema/table_all_instr.cc index 18c0fcfafc6..ffbe31bbadd 100644 --- a/storage/perfschema/table_all_instr.cc +++ b/storage/perfschema/table_all_instr.cc @@ -20,6 +20,7 @@ #include "sql_priv.h" #include "my_global.h" +#include "my_pthread.h" #include "table_all_instr.h" #include "pfs_global.h" |