You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cm...@apache.org on 2021/03/31 00:07:07 UTC

[qpid-interop-test] 38/41: QPIDIT-139: Added header to other sender cpp shims

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 6157dd13760c3a1dd8f5af07ff1dcb7e96bb424e
Author: Kim van der Riet <kp...@apache.org>
AuthorDate: Mon Jul 13 14:21:31 2020 -0400

    QPIDIT-139: Added header <cstring> to other sender cpp shims
---
 shims/qpid-proton-cpp/src/qpidit/amqp_types_test/Sender.cpp     | 1 +
 shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Sender.cpp | 1 +
 shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Sender.cpp   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/shims/qpid-proton-cpp/src/qpidit/amqp_types_test/Sender.cpp b/shims/qpid-proton-cpp/src/qpidit/amqp_types_test/Sender.cpp
index abefb5d..2ff0883 100644
--- a/shims/qpid-proton-cpp/src/qpidit/amqp_types_test/Sender.cpp
+++ b/shims/qpid-proton-cpp/src/qpidit/amqp_types_test/Sender.cpp
@@ -23,6 +23,7 @@
 #include "qpidit/Base64.hpp"
 
 #include <cstdlib>
+#include <cstring>
 #include <iomanip>
 #include <iostream>
 #include <json/json.h>
diff --git a/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Sender.cpp b/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Sender.cpp
index 2ef0d07..92069b3 100644
--- a/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Sender.cpp
+++ b/shims/qpid-proton-cpp/src/qpidit/jms_hdrs_props_test/Sender.cpp
@@ -23,6 +23,7 @@
 #include "qpidit/Base64.hpp"
 
 #include <cerrno>
+#include <cstring>
 #include <iomanip>
 #include <iostream>
 #include <json/json.h>
diff --git a/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Sender.cpp b/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Sender.cpp
index 5a61be5..d280e94 100644
--- a/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Sender.cpp
+++ b/shims/qpid-proton-cpp/src/qpidit/jms_messages_test/Sender.cpp
@@ -23,6 +23,7 @@
 #include "qpidit/Base64.hpp"
 
 #include <cerrno>
+#include <cstring>
 #include <iomanip>
 #include <iostream>
 #include <json/json.h>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org