System: Add missing <cctype> include
This commit is contained in:
parent
42d49426e8
commit
fd0a009a7f
|
@ -27,6 +27,7 @@
|
|||
#include "spu.h"
|
||||
#include "timers.h"
|
||||
#include <cstdio>
|
||||
#include <cctype>
|
||||
#include <fstream>
|
||||
#include <limits>
|
||||
Log_SetChannel(System);
|
||||
|
|
Loading…
Reference in New Issue