Skip to content

Commit

Permalink
Add the header <cctype> to resolve build errors in VS2017 (drogonfram…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Zhuang authored Jun 27, 2020
1 parent 306c072 commit 630beed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orm_lib/src/sqlite3_impl/Sqlite3Connection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 630beed

Please sign in to comment.