Adding #include <cctype>

This commit is contained in:
Nathan Woods 2017-08-09 07:40:15 -04:00
parent ff7c365a3b
commit df8bb7f18c

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