DreamPearl commented on code in PR #437: URL: https://github.com/apache/qpid-proton/pull/437#discussion_r2048982367
########## cpp/include/proton/session.hpp: ########## @@ -29,13 +29,15 @@ #include "./sender.hpp" #include <string> +#include <iostream> /// @file /// @copybrief proton::session struct pn_session_t; namespace proton { + class transaction_impl; Review Comment: We need this here; otherwise throwing an error `transaction_impl’ does not name a type` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org