mirror of https://github.com/milvus-io/milvus.git
Merge branch 'branch-0.3.0' into 'branch-0.3.0'
MS-99 Compilation error Fixed See merge request megasearch/vecwise_engine!105 Former-commit-id: 5ef714f0427dc18fb8c01c6f5b4838003dcc4a98pull/191/head
commit
e263ffee86
|
@ -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
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include "storage/s3/S3ClientWrapper.h"
|
||||
#include <gtest/gtest.h>
|
||||
#include <memory.h>
|
||||
#include <cmake-build-debug/boost_ep-prefix/src/boost_ep/boost/exception/detail/shared_ptr.hpp>
|
||||
#include <fstream>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue