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

Unified Diff: net/disk_cache/trace.cc

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 | « base/string16.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/trace.cc
diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc
index 958f9e0bc033585c99317aaa9a894821ebe48833..dc7599e856e975a639274daa140cda2184420f7a 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
« no previous file with comments | « base/string16.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698