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