mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 17:28:37 +00:00
Make it possible to only include base64.hpp without having to include
jwt.hpp by adding missing includes to resolve incomplete types.
This commit is contained in:
parent
549235f009
commit
8ef6d055ae
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ SOFTWARE.
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cstring>
|
||||||
|
#include <ostream>
|
||||||
#include "jwt/string_view.hpp"
|
#include "jwt/string_view.hpp"
|
||||||
|
|
||||||
namespace jwt {
|
namespace jwt {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue