arun11299 / cpp-jwt

JSON Web Token library for C++
MIT License
395 stars 111 forks source link

Make it possible to only include base64.hpp without everything #18

Closed TheQuantumPhysicist closed 6 years ago

TheQuantumPhysicist commented 6 years ago

Make it possible to only include base64.hpp without having to include jwt.hpp by adding missing includes to resolve incomplete types.