[skip e2e] Reorder header files for query/SearchBruteForce.h (#14261)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/14326/head
Cai Yudong 2021-12-27 14:08:18 +08:00 committed by GitHub
parent 3a6e240fae
commit d9cac2b3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,11 +10,13 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <faiss/utils/BinaryDistance.h>
#include "segcore/ConcurrentVector.h"
#include "common/Schema.h"
#include "query/SubSearchResult.h"
#include "query/helper.h"
#include "segcore/ConcurrentVector.h"
namespace milvus::query {