From d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c Mon Sep 17 00:00:00 2001 From: that Date: Sun, 20 Dec 2015 20:40:15 +0100 Subject: twmsg: fix build error (isdigit not declared) Change-Id: I3101d15e5d94241cf8e583d1e06e09f3bc8b31f7 --- gui/twmsg.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gui') diff --git a/gui/twmsg.cpp b/gui/twmsg.cpp index 00c693150..f9ffefc53 100644 --- a/gui/twmsg.cpp +++ b/gui/twmsg.cpp @@ -21,6 +21,7 @@ #include "resources.hpp" #include "twmsg.h" +#include std::string Message::GetFormatString(const std::string& name) const { -- cgit v1.2.3