Skip to content

Commit a068ebd

Browse files
hlounentvai-hanlo
andauthored
Fix build with GCC 13 (#287)
Include <cstdint> for fixed width integers used by base64 library. Co-authored-by: Hannu Lounento <hannu.lounento@vaisala.com>
1 parent c2b43e6 commit a068ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/jwt-cpp/base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <algorithm>
55
#include <array>
6+
#include <cstdint>
67
#include <stdexcept>
78
#include <string>
89
#include <vector>

0 commit comments

Comments
 (0)