forked from qt-creator/qt-creator
Include <cctype> to use std::isdigit
Reviewed-by: ck
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user