You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/ukkonen/files/ukkonen-1.0.1-musl-include....

16 lines
427 B

https://bugs.gentoo.org/828871
https://github.com/asottile/ukkonen/commit/1b2aa2833b08e00279ff77612e82dad152eb3c14.patch
From: Joonas Niilola <juippis@gentoo.org>
Date: Sat, 11 Dec 2021 10:39:16 +0200
Subject: [PATCH] _ukkonen.cpp: add #include <cstdint>
--- a/_ukkonen.cpp
+++ b/_ukkonen.cpp
@@ -1,4 +1,5 @@
#include <algorithm>
+#include <cstdint>
#include <vector>
template <typename T> int64_t edit_distance_k_impl(