From c37c8d36c5915555f3196d8263d67af3c0da4afc Mon Sep 17 00:00:00 2001 From: Andreas Sommer Date: Wed, 8 Dec 2021 19:56:53 +0100 Subject: [PATCH] Add missing includes --- include/sqlpp11/mysql/connection.h | 1 + include/sqlpp11/postgresql/result_field.h | 1 + include/sqlpp11/sqlite3/prepared_statement.h | 1 + 3 files changed, 3 insertions(+) diff --git a/include/sqlpp11/mysql/connection.h b/include/sqlpp11/mysql/connection.h index 1959abe8..01365d02 100644 --- a/include/sqlpp11/mysql/connection.h +++ b/include/sqlpp11/mysql/connection.h @@ -28,6 +28,7 @@ #define SQLPP_MYSQL_CONNECTION_H #include +#include #include #include #include diff --git a/include/sqlpp11/postgresql/result_field.h b/include/sqlpp11/postgresql/result_field.h index cd95f2b7..462aa18b 100644 --- a/include/sqlpp11/postgresql/result_field.h +++ b/include/sqlpp11/postgresql/result_field.h @@ -28,6 +28,7 @@ #define SQLPP_POSTGRESQL_BLOB_RESULT_FIELD_H #include +#include #include #include #include diff --git a/include/sqlpp11/sqlite3/prepared_statement.h b/include/sqlpp11/sqlite3/prepared_statement.h index 85ead1cb..db285bff 100644 --- a/include/sqlpp11/sqlite3/prepared_statement.h +++ b/include/sqlpp11/sqlite3/prepared_statement.h @@ -35,6 +35,7 @@ #include #include +#include #include #include