From 26c1311c39a95004d95e76c46c229fe457675103 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 15 Sep 2021 08:37:29 +0200 Subject: [PATCH] compilation failures on Windows --- plugin/type_mysql_json/type.cc | 2 +- storage/example/ha_example.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/type_mysql_json/type.cc b/plugin/type_mysql_json/type.cc index 61507a24d92..8b79e039106 100644 --- a/plugin/type_mysql_json/type.cc +++ b/plugin/type_mysql_json/type.cc @@ -14,8 +14,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */ -#include #include +#include #include #include #include diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc index 30484a41087..868d30d2081 100644 --- a/storage/example/ha_example.cc +++ b/storage/example/ha_example.cc @@ -98,7 +98,7 @@ #pragma implementation // gcc: Class implementation #endif -#include +#include #include #include "ha_example.h" #include "sql_class.h"