Chromium Code Reviews| Index: base/string16.h |
| diff --git a/base/string16.h b/base/string16.h |
| index 11f79e37211e45087bd13a310cc62d1086cefec3..23f5eda35ca71a3f072a3d058e2fb596ec423aab 100644 |
| --- a/base/string16.h |
| +++ b/base/string16.h |
| @@ -26,6 +26,7 @@ |
| // libc functions with custom, 2-byte-char compatible routines. It is capable |
| // of carrying UTF-16-encoded data. |
| +#include <stdio.h> |
| #include <string> |
| #include "base/basictypes.h" |