diff options
-rw-r--r-- | base/string16.h | 1 | ||||
-rw-r--r-- | net/disk_cache/trace.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/base/string16.h b/base/string16.h index df9e039..28cf3d8 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" diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc index da97c40..94d9fad 100644 --- a/net/disk_cache/trace.cc +++ b/net/disk_cache/trace.cc @@ -4,6 +4,7 @@ #include "net/disk_cache/trace.h" +#include <stdio.h> #if defined(OS_WIN) #include <windows.h> #endif |