diff options
Diffstat (limited to 'sql/sql_locale.cc')
-rw-r--r-- | sql/sql_locale.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sql/sql_locale.cc b/sql/sql_locale.cc index 9b1bb67ca06..abd9c395083 100644 --- a/sql/sql_locale.cc +++ b/sql/sql_locale.cc @@ -20,7 +20,11 @@ !! This file is built from my_locale.pl !! */ -#include "mysql_priv.h" +#include "sql_priv.h" +#include "unireg.h" +#include "sql_locale.h" +#include "sql_class.h" // THD +#include "my_sys.h" // MY_*, NullS, NULL enum err_msgs_index |