Просмотр исходного кода

由丰鲁成发起的CORE SDK自动发布, BUILD_ID=144, 版本号:1.0.0
发布日志:
1, Fix build failed on linux

haowei.yao 8 лет назад
Родитель
Сommit
77e686c0e1
3 измененных файлов с 5 добавлено и 1 удалено
  1. 1 1
      VERSION
  2. 3 0
      core/ChangeLog.txt
  3. 1 0
      core/src/CommonClient.cc

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.0.1
+1.0.0

+ 3 - 0
core/ChangeLog.txt

@@ -0,0 +1,3 @@
+2017-12-27 Version: 1.0.0
+1, Fix build failed on linux
+

+ 1 - 0
core/src/CommonClient.cc

@@ -16,6 +16,7 @@
 
 #include <alibabacloud/core/CommonClient.h>
 #include <ctime>
+#include <algorithm>
 #include <iomanip>
 #include <sstream>
 #include <alibabacloud/core/location/LocationClient.h>