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

Unified Diff: courgette/difference_estimator.cc

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update crashpad after making http://crrev.com/1555943002 a dependent CL Created 4 years, 12 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: courgette/difference_estimator.cc
diff --git a/courgette/difference_estimator.cc b/courgette/difference_estimator.cc
index 8b7aa29fb65b130f24069d6c27f45175b83955fc..ac9f0d406678da1af06b280d45230bb61dd4bef5 100644
--- a/courgette/difference_estimator.cc
+++ b/courgette/difference_estimator.cc
@@ -10,6 +10,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <string.h>
#include "base/containers/hash_tables.h"
#include "base/macros.h"

Powered by Google App Engine
This is Rietveld 408576698