SymbolDatabase: Add '#include <cctype>' for std::isalpha

This commit is contained in:
Daniel Marjamäki 2016-01-04 14:20:07 +01:00
parent f1d3d5b47d
commit 1db9cf4d09
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <climits>
#include <iostream>
#include <iomanip>
#include <cctype>
//---------------------------------------------------------------------------