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

Unified Diff: client/crashpad_info.cc

Issue 662813003: include "util/stdlib/cxx.h" before checking CXX_LIBRARY_VERSION (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad/+/master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/crashpad_info.cc
diff --git a/client/crashpad_info.cc b/client/crashpad_info.cc
index 7ff0f4a405d53f9c34045745385ed6496354cb80..3e9cec090e1875f6284fbcfda2c3bdc3331a8834 100644
--- a/client/crashpad_info.cc
+++ b/client/crashpad_info.cc
@@ -16,6 +16,8 @@
#include <mach-o/loader.h>
+#include "util/stdlib/cxx.h"
+
#if CXX_LIBRARY_VERSION >= 2011
#include <type_traits>
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698