Fix building fault

Former-commit-id: 4b82bd7958672d7762aa667845c9eb63a8da789d
pull/191/head
jinhai 2019-07-14 02:11:32 +08:00
parent 8103d78fd5
commit b19b4031b8
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#include <fstream>
#include <iostream>
#include <cmath>
#include <random>
using namespace zilliz::milvus;

View File

@ -6,7 +6,7 @@
#include <gtest/gtest.h>
#include "db/scheduler/task/SearchTask.h"
#include <cmath>
#include <vector>
using namespace zilliz::milvus;
@ -159,4 +159,4 @@ TEST(DBSearchTest, MERGE_TEST) {
ASSERT_EQ(target.size(), src_count + target_count);
CheckResult(src_result[0], target_result[0], target);
}
}
}