mirror of https://github.com/snes9xgit/snes9x.git
Fix missing header (ctype.h for isalnum)
This commit is contained in:
parent
a5176752fd
commit
5286891441
|
@ -182,6 +182,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "snes9x.h"
|
#include "snes9x.h"
|
||||||
#include "memmap.h"
|
#include "memmap.h"
|
||||||
|
|
Loading…
Reference in New Issue