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

Unified Diff: base/logging.h

Issue 691783003: [WIP NOT FOR COMMIT] Switch Android to libc++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 years, 2 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 6a1df765895c23c0e5211497e63a6a5fba8dc54f..17e2ee89e597a1f140c3729dbdf88e1f3692a9b9 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -8,6 +8,7 @@
#include <cassert>
#include <string>
#include <cstring>
+#include <vector>
#include <sstream>
#include "base/base_export.h"

Powered by Google App Engine
This is Rietveld 408576698