Skip to content

Commit 7b4ed99

Browse files
junjieqifacebook-github-bot
authored andcommitted
Adding missing includes which are necessary for building
Summary: The current version of Faiss cannot be built due to missing #includes on a test file tests/test_ivf_index.cpp. This is better described in issue #3532. #3533 Differential Revision: D59314273
1 parent f821704 commit 7b4ed99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_ivf_index.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
*/
77

88
#include <omp.h>
9+
#include <algorithm>
910
#include <cstddef>
1011
#include <cstdio>
1112
#include <cstdlib>
1213
#include <cstring>
1314
#include <map>
1415
#include <random>
16+
#include <set>
1517

1618
#include <gtest/gtest.h>
1719

0 commit comments

Comments
 (0)