Include <cctype> to use std::isdigit

Reviewed-by: ck
This commit is contained in:
Alessandro Portale
2010-08-13 16:39:02 +02:00
parent cd55454ef0
commit 7d135ef01e

View File

@@ -42,6 +42,7 @@
#include <QtGui/QDesktopServices> #include <QtGui/QDesktopServices>
#include <algorithm> #include <algorithm>
#include <cctype>
typedef Core::SshConnectionParameters::AuthType AuthType; typedef Core::SshConnectionParameters::AuthType AuthType;