From 3474a4fa5d725b23c495b1c0b95430aa534b3624 Mon Sep 17 00:00:00 2001 From: Roland Bock Date: Tue, 26 Dec 2023 08:30:24 +0100 Subject: [PATCH] Add missing includes, #548 --- include/sqlpp11/connection_pool.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sqlpp11/connection_pool.h b/include/sqlpp11/connection_pool.h index 68928ef6..5d70a270 100644 --- a/include/sqlpp11/connection_pool.h +++ b/include/sqlpp11/connection_pool.h @@ -27,8 +27,10 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include +#include #include #include