diff options
Diffstat (limited to 'storage/innobase/row/row0trunc.cc')
-rw-r--r-- | storage/innobase/row/row0trunc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/row/row0trunc.cc b/storage/innobase/row/row0trunc.cc index 39487d2749c..ce98717b3c9 100644 --- a/storage/innobase/row/row0trunc.cc +++ b/storage/innobase/row/row0trunc.cc @@ -27,12 +27,12 @@ Created 2013-04-12 Sunny Bains #include "row0trunc.h" #include "btr0sea.h" #include "pars0pars.h" +#include "btr0pcur.h" #include "dict0crea.h" #include "dict0stats.h" #include "dict0stats_bg.h" #include "lock0lock.h" #include "fts0fts.h" -#include "fsp0sysspace.h" #include "ibuf0ibuf.h" #include "os0file.h" #include "que0que.h" |