Skip to content

Commit a5b03cb

Browse files
Fix build on Alpine Linux (#3148)
Summary: Fixes #3142 Pull Request resolved: #3148 Reviewed By: algoriddle Differential Revision: D51741575 Pulled By: mdouze fbshipit-source-id: b4ea2302802ef70b53f8afe5a7ab4ee02bf6659e
1 parent 4bf8f93 commit a5b03cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c_api/utils/distances_c.h

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#ifndef FAISS_DISTANCES_C_H
1212
#define FAISS_DISTANCES_C_H
1313

14+
#include <stdint.h>
1415
#include <stdlib.h>
1516

1617
#ifdef __cplusplus

0 commit comments

Comments
 (0)