Add the header <cctype> to resolve build errors in VS2017 (#495)

This commit is contained in:
Rick Zhuang 2020-06-27 11:43:49 +08:00 committed by GitHub
parent 306c072af7
commit 630beed867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <drogon/utils/Utilities.h>
#include <drogon/utils/string_view.h>
#include <regex>
#include <cctype>
using namespace drogon;
using namespace drogon::orm;