Chromium Code Reviews| Index: base/string_util.h |
| diff --git a/base/string_util.h b/base/string_util.h |
| index f731c34a7e0354d6c2fdf28462cc9e71112ce3de..f1b98bf53e3831218a4741db37c6022f93282291 100644 |
| --- a/base/string_util.h |
| +++ b/base/string_util.h |
| @@ -24,6 +24,10 @@ |
| // and then remove this. |
| #include "base/stringprintf.h" |
| +#if defined(OS_ANDROID) |
| +#include <ctype.h> |
| +#endif |
| + |
| // Safe standard library wrappers for all platforms. |
| namespace base { |