From 443e0bf82044dc16aada31f0c6663e2b1db76d38 Mon Sep 17 00:00:00 2001 From: Bhavik Sheth Date: Fri, 11 Apr 2025 13:03:32 -0700 Subject: [PATCH] Add missing header in faiss/CMakeLists.txt (#4285) Summary: This oss issue says we should be including this file in the build: https://github.com/facebookresearch/faiss/issues/4281 I am a noob a this, let me know if this I am missing something here. Reviewed By: mnorris11 Differential Revision: D72768634 --- faiss/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/faiss/CMakeLists.txt b/faiss/CMakeLists.txt index 4ebcaf59e9..91294683e4 100644 --- a/faiss/CMakeLists.txt +++ b/faiss/CMakeLists.txt @@ -163,6 +163,7 @@ set(FAISS_HEADERS impl/LocalSearchQuantizer.h impl/ProductAdditiveQuantizer.h impl/LookupTableScaler.h + impl/maybe_owned_vector.h impl/NNDescent.h impl/NSG.h impl/PolysemousTraining.h