Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: base/string16.h

Issue 46092: Add some includes needed by GCC 4.4.0 (Closed)
Patch Set: just include stdio without #else stuff Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/disk_cache/trace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | net/disk_cache/trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698