--- contrib/restricted/google/utf8_range/range2-sse.c (index) +++ contrib/restricted/google/utf8_range/range2-sse.c (working tree) @@ -6,7 +6,12 @@ #include #include -#include + +#if defined(_MSC_VER) + #include +#else + #include +#endif int utf8_naive(const unsigned char *data, int len);