summaryrefslogtreecommitdiffstats
path: root/WebServer/base64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebServer/base64.cpp')
-rw-r--r--WebServer/base64.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebServer/base64.cpp b/WebServer/base64.cpp
index 4c19b600b..f505ea6c3 100644
--- a/WebServer/base64.cpp
+++ b/WebServer/base64.cpp
@@ -3,6 +3,9 @@
#include "base64.h"
#include <iostream>
+#if defined(ANDROID_NDK)
+#include <ctype.h>
+#endif
static const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"