mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +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 <iostream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <regex>
|
#include <regex>
|
||||||
|
#include <cctype>
|
||||||
|
|
||||||
#ifndef CASE_INSENSITIVE_EQUALS_AND_HASH
|
#ifndef CASE_INSENSITIVE_EQUALS_AND_HASH
|
||||||
#define CASE_INSENSITIVE_EQUALS_AND_HASH
|
#define CASE_INSENSITIVE_EQUALS_AND_HASH
|
||||||
|
Loading…
Reference in New Issue
Block a user