Bug 674806 - b. Include ctype.h before referencing tolower. r=cjones

This commit is contained in:
Jim Chen 2011-08-04 15:01:49 -07:00
parent 7cbd23a51a
commit 95f9647972

View File

@ -8,6 +8,7 @@
#define BASE_STRING_UTIL_H_
#include <stdarg.h> // va_list
#include <ctype.h>
#include <string>
#include <vector>