Merge pull request #47 from olcydvt/master

Fix for error setw is not defined
This commit is contained in:
Arun Muralidharan 2019-05-03 12:40:03 +05:30 committed by GitHub
commit efc5732513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ SOFTWARE.
#include "jwt/config.hpp"
#include "jwt/detail/meta.hpp"
#include <algorithm>
#include <iomanip>
namespace jwt {