diff options
Diffstat (limited to 'storage/perfschema/ha_perfschema.cc')
-rw-r--r-- | storage/perfschema/ha_perfschema.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/perfschema/ha_perfschema.cc b/storage/perfschema/ha_perfschema.cc index 68e1f3f3a11..588ba5edec1 100644 --- a/storage/perfschema/ha_perfschema.cc +++ b/storage/perfschema/ha_perfschema.cc @@ -18,7 +18,8 @@ Performance schema storage engine (implementation). */ -#include "mysql_priv.h" +#include "sql_priv.h" +#include "unireg.h" #include "ha_perfschema.h" #include "mysql/plugin.h" #include "pfs_engine_table.h" |