This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git
commit 9b2fde34007179eb933670c48f2e5728310eaf06 Author: Kim van der Riet <[email protected]> AuthorDate: Mon Jul 13 14:17:43 2020 -0400 QPIDIT-139: Added header <cstring> to amqp_large_content_test sender cpp shim --- shims/qpid-proton-cpp/src/qpidit/amqp_large_content_test/Sender.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shims/qpid-proton-cpp/src/qpidit/amqp_large_content_test/Sender.cpp b/shims/qpid-proton-cpp/src/qpidit/amqp_large_content_test/Sender.cpp index 3b13493..c68cb2e 100644 --- a/shims/qpid-proton-cpp/src/qpidit/amqp_large_content_test/Sender.cpp +++ b/shims/qpid-proton-cpp/src/qpidit/amqp_large_content_test/Sender.cpp @@ -21,6 +21,7 @@ #include "qpidit/amqp_large_content_test/Sender.hpp" +#include <cstring> #include <iomanip> #include <iostream> #include <json/json.h> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
