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:
Samer Afach 2018-05-19 21:38:25 +02:00
parent 549235f009
commit 8ef6d055ae

View file

@ -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 {