fix header includes

This commit is contained in:
Eugene Kosov 2020-07-14 21:11:15 +03:00
parent d87006a1c1
commit a7634281aa
2 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Created 2013-7-26 by Kevin Lewis
#include "page0page.h"
#include "srv0start.h"
#include "string_view.h"
/** Initialize the name, size and order of this datafile
@param[in] name tablespace name, will be copied
@param[in] flags tablespace flags */

View File

@ -34,7 +34,6 @@ Created 10/25/1995 Heikki Tuuri
#include "log0recv.h"
#include "dict0types.h"
#include "ilist.h"
#include "string_view.h"
#ifdef UNIV_LINUX
# include <set>
#endif