mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 18:19:43 +01:00
Add <cctype> include
This fixes a compile error that could happen where the compiler doesn't know what std::isdigit() is, but I'm puzzled as to why this wasn't happening earlier, 'cause I've only been reported that it happens by only one person.
This commit is contained in:
parent
14afae1a40
commit
fdb44cc209
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "SDL.h"
|
||||
|
||||
#include <cctype>
|
||||
#include <sstream>
|
||||
|
||||
/* Used by UtilityClass::GCString to generate a button list */
|
||||
|
|
Loading…
Reference in a new issue