bneradt commented on code in PR #13377: URL: https://github.com/apache/trafficserver/pull/13377#discussion_r3574272974
########## proxy/http2/Http2ConnectionState.h: ########## @@ -242,6 +242,7 @@ class Http2ConnectionState : public Continuation Event *shutdown_cont_event = nullptr; Event *fini_event = nullptr; Event *zombie_event = nullptr; + std::vector<Event *> _xmit_events; Review Comment: Added the explicit <vector> include so the header no longer relies on a transitive include. Thanks. -- 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]
