DreamPearl commented on code in PR #437: URL: https://github.com/apache/qpid-proton/pull/437#discussion_r2564692873
########## cpp/src/contexts.hpp: ########## @@ -25,6 +25,7 @@ #include "reconnect_options_impl.hpp" #include "proton/work_queue.hpp" +#include "proton/session.hpp" Review Comment: Removing this header breaking transitive includes. Fixed. By adding `#include <proton/condition.h>` here and including `session.hpp`directly in delivery.cpp. -- 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]
