mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Merge pull request #2553 from npwoods/include_cctype
Adding #include <cctype>
This commit is contained in:
commit
2c20b5e7ce
@ -12,6 +12,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <regex>
|
||||
#include <cctype>
|
||||
|
||||
#ifndef CASE_INSENSITIVE_EQUALS_AND_HASH
|
||||
#define CASE_INSENSITIVE_EQUALS_AND_HASH
|
||||
|
Loading…
Reference in New Issue
Block a user