From 77e686c0e170c33c27f0337c65ce0e59cfe732e5 Mon Sep 17 00:00:00 2001 From: "haowei.yao" Date: Wed, 27 Dec 2017 10:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B1=E4=B8=B0=E9=B2=81=E6=88=90=E5=8F=91?= =?UTF-8?q?=E8=B5=B7=E7=9A=84CORE=20SDK=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83,=20BUILD=5FID=3D144,=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=9A1.0.0=20=E5=8F=91=E5=B8=83=E6=97=A5=E5=BF=97=EF=BC=9A?= =?UTF-8?q?=201,=20Fix=20build=20failed=20on=20linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- core/ChangeLog.txt | 3 +++ core/src/CommonClient.cc | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 core/ChangeLog.txt diff --git a/VERSION b/VERSION index 8acdd82b7..afaf360d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.1 +1.0.0 \ No newline at end of file diff --git a/core/ChangeLog.txt b/core/ChangeLog.txt new file mode 100644 index 000000000..ae40f40a6 --- /dev/null +++ b/core/ChangeLog.txt @@ -0,0 +1,3 @@ +2017-12-27 Version: 1.0.0 +1, Fix build failed on linux + diff --git a/core/src/CommonClient.cc b/core/src/CommonClient.cc index 23702d886..ad9d55747 100644 --- a/core/src/CommonClient.cc +++ b/core/src/CommonClient.cc @@ -16,6 +16,7 @@ #include #include +#include #include #include #include