diff --git a/include/sqlpp11/pool_connection.h b/include/sqlpp11/pool_connection.h index 5ef7632e..b05bfe52 100644 --- a/include/sqlpp11/pool_connection.h +++ b/include/sqlpp11/pool_connection.h @@ -27,13 +27,14 @@ #ifndef SQLPP_POOL_CONNECTION_H #define SQLPP_POOL_CONNECTION_H +#include #include namespace sqlpp { template > - struct pool_connection + struct pool_connection : public sqlpp::connection { private: std::unique_ptr _impl;