Skip to content

Commit ae5ea03

Browse files
bshethmetafacebook-github-bot
authored andcommitted
Add missing header in faiss/CMakeLists.txt (facebookresearch#4285)
Summary: Pull Request resolved: facebookresearch#4285 This oss issue says we should be including this file in the build: facebookresearch#4281 I am a noob a this, let me know if this I am missing something here. Differential Revision: D72768634
1 parent d9cfd00 commit ae5ea03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

faiss/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ set(FAISS_HEADERS
163163
impl/LocalSearchQuantizer.h
164164
impl/ProductAdditiveQuantizer.h
165165
impl/LookupTableScaler.h
166+
impl/maybe_owned_vector.h
166167
impl/NNDescent.h
167168
impl/NSG.h
168169
impl/PolysemousTraining.h

0 commit comments

Comments
 (0)