We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57261a2 + d0af913 commit 58b0c8aCopy full SHA for 58b0c8a
vendor/jwt-cpp/include/jwt-cpp/base.h
@@ -3,6 +3,7 @@
3
4
#include <array>
5
#include <stdexcept>
6
+#include <cstdint>
7
#include <string>
8
9
#ifdef __has_cpp_attribute
vendor/jwt-cpp/include/jwt-cpp/jwt.h
@@ -22,6 +22,7 @@
22
23
#include <algorithm>
24
#include <chrono>
25
26
#include <functional>
27
#include <iterator>
28
#include <locale>
0 commit comments