You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2020/07/13 18:21:44 UTC

[qpid-interop-test] branch master updated: QPIDIT-139: Added header to other sender cpp shims

This is an automated email from the ASF dual-hosted git repository.

kpvdr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git


The following commit(s) were added to refs/heads/master by this push:
     new 6157dd1  QPIDIT-139: Added header <cstring> to other sender cpp shims
6157dd1 is described below

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