From 25a4c94de30fe945d0308670539e63f2f9fa477b Mon Sep 17 00:00:00 2001 From: silverqx Date: Sun, 21 Jul 2024 12:58:19 +0200 Subject: [PATCH] drivers mysql added IWYU pragma --- .../mysql/include_private/orm/drivers/mysql/mysqltypes_p.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mysql/include_private/orm/drivers/mysql/mysqltypes_p.hpp b/drivers/mysql/include_private/orm/drivers/mysql/mysqltypes_p.hpp index a7b653ce8..0ae1ef182 100644 --- a/drivers/mysql/include_private/orm/drivers/mysql/mysqltypes_p.hpp +++ b/drivers/mysql/include_private/orm/drivers/mysql/mysqltypes_p.hpp @@ -2,7 +2,7 @@ #ifndef ORM_DRIVERS_MYSQL_MYSQLTYPES_P_HPP #define ORM_DRIVERS_MYSQL_MYSQLTYPES_P_HPP -#include "orm/drivers/mysql/macros/includemysqlh_p.hpp" +#include "orm/drivers/mysql/macros/includemysqlh_p.hpp" // IWYU pragma: export /* MySQL >=8.0.1 removed the my_bool typedef while MariaDB kept it, so it's still needed for MariaDB because my_bool == char and compilation fails with the bool type.