commit | d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c | [log] [tgz] |
---|---|---|
author | that <github@that.at> | Sun Dec 20 20:40:15 2015 +0100 |
committer | that <github@that.at> | Sun Dec 20 20:40:15 2015 +0100 |
tree | 4013e2a987acac223560f4113477ea8af317237a | |
parent | 58a413380c1eefa16a599600721eafaa4c6709a1 [diff] |
twmsg: fix build error (isdigit not declared) Change-Id: I3101d15e5d94241cf8e583d1e06e09f3bc8b31f7
diff --git a/gui/twmsg.cpp b/gui/twmsg.cpp index 00c6931..f9ffefc 100644 --- a/gui/twmsg.cpp +++ b/gui/twmsg.cpp
@@ -21,6 +21,7 @@ #include "resources.hpp" #include "twmsg.h" +#include <cctype> std::string Message::GetFormatString(const std::string& name) const {