Add #include <cctype>, that's what isalnum is defined
This commit is contained in:
parent
3ca3b1220d
commit
0f60e72eb0
|
@ -8,6 +8,7 @@
|
|||
#include <sstream>
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
#include <cctype>
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
|
Loading…
Reference in New Issue