diff --git a/include/transport/pqxxbackend.h b/include/transport/pqxxbackend.h index 77df7843fff2cfa144f8e26f8788124749487ff4..00581a2c3ae49166a8883401b7c01d6a8c43151f 100644 --- a/include/transport/pqxxbackend.h +++ b/include/transport/pqxxbackend.h @@ -27,7 +27,7 @@ #include "Swiften/Swiften.h" #include "transport/storagebackend.h" #include "transport/config.h" -#include "mysql.h" +#include namespace Transport { @@ -99,6 +99,8 @@ class PQXXBackend : public StorageBackend bool exec(const std::string &query); Config *m_config; std::string m_prefix; + + pqxx::connection *m_conn; }; }