summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2015-12-20 20:40:15 +0100
committerthat <github@that.at>2015-12-20 20:40:15 +0100
commitd62d886d9ce58fe3fcfa2e4d20e1859a07e8876c (patch)
tree4013e2a987acac223560f4113477ea8af317237a
parentdosfstools: restore buildability with Android 4.4 (diff)
downloadandroid_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.tar
android_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.tar.gz
android_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.tar.bz2
android_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.tar.lz
android_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.tar.xz
android_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.tar.zst
android_bootable_recovery-d62d886d9ce58fe3fcfa2e4d20e1859a07e8876c.zip
-rw-r--r--gui/twmsg.cpp1
1 files changed, 1 insertions, 0 deletions
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 <cctype>
std::string Message::GetFormatString(const std::string& name) const
{