mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-16 00:08:58 +03:00
Closes: https://bugs.gentoo.org/908497 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/31438 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
284 B
Diff
15 lines
284 B
Diff
From: Hannu Lounento <hannu.lounento@vaisala.com>
|
|
Bug: https://github.com/Thalhammer/jwt-cpp/pull/287
|
|
|
|
Fix build with GCC 13.
|
|
|
|
--- a/include/jwt-cpp/base.h
|
|
+++ b/include/jwt-cpp/base.h
|
|
@@ -3,6 +3,7 @@
|
|
|
|
#include <array>
|
|
+#include <cstdint>
|
|
#include <stdexcept>
|
|
#include <string>
|
|
|