summaryrefslogtreecommitdiff
path: root/sql/field_conv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/field_conv.cc')
-rw-r--r--sql/field_conv.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/field_conv.cc b/sql/field_conv.cc
index 3574534722e..e3be33c0f3c 100644
--- a/sql/field_conv.cc
+++ b/sql/field_conv.cc
@@ -24,7 +24,8 @@
gives much more speed.
*/
-#include "mysql_priv.h"
+#include "sql_priv.h"
+#include "sql_class.h" // THD
#include <m_ctype.h>
static void do_field_eq(Copy_field *copy)