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

Unified Diff: base/logging.h

Issue 7108033: Adding missing inclusions (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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
Index: base/logging.h
diff --git a/base/logging.h b/base/logging.h
index 54d6dfd00a329e52b721bb3aeea88d78de8dc83d..b12defcfe6d941cd94a8c5a1df387e8eba3a67d5 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -6,6 +6,7 @@
#define BASE_LOGGING_H_
#pragma once
+#include <cassert>
tzik 2011/06/15 09:38:19 #include <cassert> after defining assert may cause
willchan no longer on Chromium 2011/06/15 11:36:50 I don't understand how this fix works. Can you exp
#include <string>
#include <cstring>
#include <sstream>

Powered by Google App Engine
This is Rietveld 408576698