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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]