drivers mysql added IWYU pragma

This commit is contained in:
silverqx
2024-07-21 12:58:19 +02:00
parent 7ec904de76
commit 25a4c94de3

View File

@@ -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.