You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/08/19 14:30:46 UTC

[rocketmq-ons-cpp] branch master updated: Fix build error

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new b0e8bd7  Fix build error
b0e8bd7 is described below

commit b0e8bd7d98d16ac68df3d43b7b70bd54ef800e9b
Author: ShannonDing <li...@163.com>
AuthorDate: Mon Aug 19 22:30:35 2019 +0800

    Fix build error
---
 src/main/cpp/sdk/extern/CPullConsumer.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/cpp/sdk/extern/CPullConsumer.cpp b/src/main/cpp/sdk/extern/CPullConsumer.cpp
index 88b9d12..61fe7ae 100644
--- a/src/main/cpp/sdk/extern/CPullConsumer.cpp
+++ b/src/main/cpp/sdk/extern/CPullConsumer.cpp
@@ -19,6 +19,7 @@
 #include "CCommon.h"
 #include "CMessageExt.h"
 #include "ONSFactory.h"
+#include "string.h"
 
 using namespace ons;
 using namespace std;