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-cpp/jwt-cpp/files/jwt-cpp-0.6.0-gcc13.patch

15 lines
284 B

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>