diff options
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index cc6f572ea64..459ad588363 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -134,6 +134,7 @@ static const uint PARAMETER_FLAG_UNSIGNED= 128U << 8; #endif /* WITH_WSREP */ #include "xa.h" // xa_recover_get_fields #include "sql_audit.h" // mysql_audit_release +#include "lex_state.h" /** A result class used to send cursor rows using the binary protocol. |