Skip to content

Commit 58b0c8a

Browse files
authored
Merge pull request #143 from djw8605/fix-new-cpp
Include the cstdint in jwt-cpp for newer compilers
2 parents 57261a2 + d0af913 commit 58b0c8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vendor/jwt-cpp/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 <array>
55
#include <stdexcept>
6+
#include <cstdint>
67
#include <string>
78

89
#ifdef __has_cpp_attribute

vendor/jwt-cpp/include/jwt-cpp/jwt.h

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

2323
#include <algorithm>
2424
#include <chrono>
25+
#include <cstdint>
2526
#include <functional>
2627
#include <iterator>
2728
#include <locale>

0 commit comments

Comments
 (0)