Fix missing header (ctype.h for isalnum)

This commit is contained in:
Bl0ckeduser 2011-11-13 13:07:34 -05:00
parent a5176752fd
commit 5286891441
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@
#include <string>
#include <algorithm>
#include <assert.h>
#include <ctype.h>
#include "snes9x.h"
#include "memmap.h"