Skip to content
Snippets Groups Projects
Commit 7d135ef0 authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Include <cctype> to use std::isdigit

Reviewed-by: ck
parent cd55454e
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
#include <QtGui/QDesktopServices>
#include <algorithm>
#include <cctype>
typedef Core::SshConnectionParameters::AuthType AuthType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment