diff --git a/cpp/CHANGELOG.md b/cpp/CHANGELOG.md index f9de15f20d83cfe738d441c05895c2d753d0593c..19bea4b97e8dcda923b54da14c470e753048a039 100644 --- a/cpp/CHANGELOG.md +++ b/cpp/CHANGELOG.md @@ -8,6 +8,7 @@ Please mark all change in change log and use the ticket from JIRA. - MS-80 - Fix server hang issue - MS-89 - Fix compile failed, libgpufaiss.a link missing - MS-90 - Fix arch match incorrect on ARM +- MS-99 - Fix compilation bug ## Improvement - MS-82 - Update server startup welcome message diff --git a/cpp/unittest/storage/S3ClientTest.cpp b/cpp/unittest/storage/S3ClientTest.cpp index 6955232638f4220d6b19e617eb554b0d4eae4dd6..c83209ecf65c01a878577e99fa927071fa62140d 100644 --- a/cpp/unittest/storage/S3ClientTest.cpp +++ b/cpp/unittest/storage/S3ClientTest.cpp @@ -8,7 +8,6 @@ #include "storage/s3/S3ClientWrapper.h" #include #include -#include #include