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 f106e0f64ff371aa37a7cebf30415b5976547e44 Author: Kim van der Riet <[email protected]> AuthorDate: Mon Jul 13 14:25:16 2020 -0400 QPIDIT-139: Added header <cstring> to other receiver cpp shims --- shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp | 1 + shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Receiver.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp b/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp index cb275a6..bcaaede 100644 --- a/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp +++ b/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Receiver.cpp @@ -22,6 +22,7 @@ #include "qpidit/jms_hdrs_props_test/Receiver.hpp" #include "qpidit/Base64.hpp" +#include <cstring> #include <ctime> #include <iostream> #include <json/json.h> diff --git a/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Receiver.cpp b/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Receiver.cpp index 0682225..39de811 100644 --- a/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Receiver.cpp +++ b/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Receiver.cpp @@ -22,6 +22,7 @@ #include "qpidit/jms_messages_test/Receiver.hpp" #include "qpidit/Base64.hpp" +#include <cstring> #include <iostream> #include <json/json.h> #include <proton/connection.hpp> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
