From: Razvan Becheriu Date: Mon, 4 Nov 2019 20:26:38 +0000 (+0200) Subject: [#888,!573] rebased X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a100f77eaf9171e90b72d130095b72c628bea3c1;p=thirdparty%2Fkea.git [#888,!573] rebased --- diff --git a/src/lib/pgsql/pgsql_connection.h b/src/lib/pgsql/pgsql_connection.h index 1ff452a206..54dd23cac1 100644 --- a/src/lib/pgsql/pgsql_connection.h +++ b/src/lib/pgsql/pgsql_connection.h @@ -7,7 +7,7 @@ #define PGSQL_CONNECTION_H #include -#include +#include #include #include @@ -442,7 +442,7 @@ private: bool prepared_; ///< Flag to indicate prepareStatements has been called - mutable isc::dhcp::ThreadResourceMgr handles_; + mutable isc::dhcp::ThreadResource handles_; }; } // namespace db