Reorder header files for test_reduce (#9934)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/9968/head
Cai Yudong 2021-10-15 17:00:43 +08:00 committed by GitHub
parent 9e9ad7c7e6
commit ffd67de9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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;