mirror of https://github.com/milvus-io/milvus.git
Reorder header files for test_reduce (#9934)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/9968/head
parent
9e9ad7c7e6
commit
ffd67de9cb
|
@ -10,10 +10,11 @@
|
|||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include "query/SubSearchResult.h"
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
#include <random>
|
||||
#include <vector>
|
||||
|
||||
#include "query/SubSearchResult.h"
|
||||
|
||||
using namespace milvus;
|
||||
using namespace milvus::query;
|
||||
|
|
Loading…
Reference in New Issue