summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_performance_timers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_performance_timers.cc')
-rw-r--r--storage/perfschema/table_performance_timers.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_performance_timers.cc b/storage/perfschema/table_performance_timers.cc
index ab4e72b89fa..7a20e7e18e0 100644
--- a/storage/perfschema/table_performance_timers.cc
+++ b/storage/perfschema/table_performance_timers.cc
@@ -18,7 +18,8 @@
Table PERFORMANCE_TIMERS (implementation).
*/
-#include "mysql_priv.h"
+#include "sql_priv.h"
+#include "my_global.h"
#include "table_performance_timers.h"
#include "pfs_timer.h"
#include "pfs_global.h"