From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Thu, 22 Jun 2023 17:51:36 +0200
Subject: Fix build with gcc-13
Forwarded: not-needed
---
 faiss/Index.h | 1 +
 1 file changed, 1 insertion(+)

--- a/faiss/Index.h
+++ b/faiss/Index.h
@@ -11,6 +11,7 @@
 #define FAISS_INDEX_H
 
 #include <faiss/MetricType.h>
+#include <cstdint>
 #include <cstdio>
 #include <sstream>
 #include <string>
