mirror of https://github.com/milvus-io/milvus.git
MS-595 Fix compiling error on gcc 7.4
Former-commit-id: 4f602467afe2e6e859c3d7772a6136a6ee5d0fcfpull/191/head
parent
81c37afc40
commit
0c05edfddb
|
@ -26,6 +26,7 @@
|
|||
#include <string>
|
||||
#include <omp.h>
|
||||
#include <faiss/utils.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace zilliz {
|
||||
namespace milvus {
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <arpa/inet.h>
|
||||
#include <regex>
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
namespace zilliz {
|
||||
namespace milvus {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "VecIndex.h"
|
||||
#include "ConfAdapter.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace zilliz {
|
||||
namespace milvus {
|
||||
|
|
Loading…
Reference in New Issue