<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From: Hannu Lounento &lt;hannu.lounento@vaisala.com&gt;
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 &lt;array&gt;
+#include &lt;cstdint&gt;
 #include &lt;stdexcept&gt;
 #include &lt;string&gt;
 
</pre></body></html>