Merge pull request #2553 from npwoods/include_cctype

Adding #include <cctype>
This commit is contained in:
ajrhacker 2017-08-09 12:55:01 -04:00 committed by GitHub
commit 2c20b5e7ce

View File

@ -12,6 +12,7 @@
#include <iostream>
#include <sstream>
#include <regex>
#include <cctype>
#ifndef CASE_INSENSITIVE_EQUALS_AND_HASH
#define CASE_INSENSITIVE_EQUALS_AND_HASH