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:06 UTC

[qpid-interop-test] 37/41: QPIDIT-139: Added header to amqp_large_content_test sender cpp shim

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 <kp...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org