mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
Add missing algorithm header. (#1337)
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1337 Test Plan: Imported from OSS Reviewed By: mdouze Differential Revision: D23234965 Pulled By: beauby fbshipit-source-id: 1b4af90fdda37d4554f9f8774ac4559f481197a0
This commit is contained in:
parent
f3727a62f5
commit
8438062b88
@ -9,6 +9,7 @@
|
||||
|
||||
#include <faiss/IndexBinaryFromFloat.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <faiss/utils/utils.h>
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include <omp.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <memory>
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
// -*- c++ -*-
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include <faiss/impl/AuxIndexStructures.h>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
// -*- c++ -*-
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include <faiss/utils/distances.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
#include <faiss/utils/distances.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <omp.h>
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <faiss/utils/hamming.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user