summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_file_summary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_file_summary.cc')
-rw-r--r--storage/perfschema/table_file_summary.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/table_file_summary.cc b/storage/perfschema/table_file_summary.cc
index 0db4e08625a..16942e73916 100644
--- a/storage/perfschema/table_file_summary.cc
+++ b/storage/perfschema/table_file_summary.cc
@@ -18,7 +18,8 @@
Table FILE_SUMMARY_BY_xxx (implementation).
*/
-#include "mysql_priv.h"
+#include "sql_priv.h"
+#include "unireg.h"
#include "pfs_instr_class.h"
#include "pfs_column_types.h"
#include "pfs_column_values.h"