System: Add missing <cctype> include

This commit is contained in:
Connor McLaughlin 2020-09-03 12:25:59 +10:00
parent 42d49426e8
commit fd0a009a7f

View file

@ -27,6 +27,7 @@
#include "spu.h" #include "spu.h"
#include "timers.h" #include "timers.h"
#include <cstdio> #include <cstdio>
#include <cctype>
#include <fstream> #include <fstream>
#include <limits> #include <limits>
Log_SetChannel(System); Log_SetChannel(System);