summaryrefslogtreecommitdiff
blob: 3fef24536a86307ba82b0caa991380f1abc16094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>