提交 0c05edfd 编写于 作者: J JinHai-CN

MS-595 Fix compiling error on gcc 7.4


Former-commit-id: 4f602467afe2e6e859c3d7772a6136a6ee5d0fcf
上级 81c37afc
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <string> #include <string>
#include <omp.h> #include <omp.h>
#include <faiss/utils.h> #include <faiss/utils.h>
#include <cmath>
namespace zilliz { namespace zilliz {
namespace milvus { namespace milvus {
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <arpa/inet.h> #include <arpa/inet.h>
#include <regex> #include <regex>
#include <algorithm> #include <algorithm>
#include <cmath>
namespace zilliz { namespace zilliz {
namespace milvus { namespace milvus {
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "VecIndex.h" #include "VecIndex.h"
#include "ConfAdapter.h" #include "ConfAdapter.h"
#include <functional>
namespace zilliz { namespace zilliz {
namespace milvus { namespace milvus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册