Fix compiling error

pull/438/head^2
JinHai-CN 2019-11-20 16:05:14 +08:00
parent 7318786b58
commit a77bd78924
1 changed files with 4 additions and 2 deletions

View File

@ -21,11 +21,13 @@
#include "knowhere/index/vector_index/IndexIDMAP.h"
#include "utils/Log.h"
#include "wrapper/WrapperException.h"
#include "wrapper/gpu/GPUVecImpl.h"
#ifdef MILVUS_GPU_VERSION
#include <src/index/knowhere/knowhere/index/vector_index/IndexGPUIVF.h>
#include <src/index/knowhere/knowhere/index/vector_index/helpers/Cloner.h>
#include "knowhere/index/vector_index/IndexGPUIVF.h"
#include "knowhere/index/vector_index/helpers/Cloner.h"
#include "knowhere/index/vector_index/IndexIVFSQHybrid.h"
#endif