From b82fa58a988cb7e4080f4c0e767eda4ec474a114 Mon Sep 17 00:00:00 2001 From: starlord Date: Thu, 8 Aug 2019 10:26:16 +0800 Subject: [PATCH] fix build error Former-commit-id: 2304715789a9bc684e88cdd666b679c7803fb043 --- cpp/src/wrapper/Index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/src/wrapper/Index.h b/cpp/src/wrapper/Index.h index 9841416a6c..1668059d11 100644 --- a/cpp/src/wrapper/Index.h +++ b/cpp/src/wrapper/Index.h @@ -12,8 +12,8 @@ //#include //#include // -#include "faiss/AutoTune.h" -#include "faiss/index_io.h" +//#include "faiss/AutoTune.h" +//#include "faiss/index_io.h" // //#include "Operand.h"