gentoo/dev-libs/libpy/files/libpy-0.2.5-stdint.patch
Patrick McLean ebd33ef3a9
dev-libs/libpy: Add py311, eapi8
Disable tests for now since they fail to build with a C++ error that I don't
know how to fix.

Closes: https://bugs.gentoo.org/894744
Closes: https://bugs.gentoo.org/896720
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2023-05-03 11:16:23 -07:00

12 lines
257 B
Diff

diff --git a/include/libpy/util.h b/include/libpy/util.h
index 3e0c72d..8669483 100644
--- a/include/libpy/util.h
+++ b/include/libpy/util.h
@@ -1,5 +1,6 @@
#pragma once
+#include <cstdint>
#include <algorithm>
#include <sstream>
#include <stdexcept>