Reorder header files for LoadInfo.h (#10264)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/10309/head
Cai Yudong 2021-10-20 15:46:47 +08:00 committed by GitHub
parent 597523bf40
commit 983bd1d473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <string>
#include <map>
#include <string>
#include "knowhere/index/vector_index/VecIndex.h"