Index: components/cryptauth/raw_eid_generator_impl.cc |
diff --git a/components/cryptauth/raw_eid_generator_impl.cc b/components/cryptauth/raw_eid_generator_impl.cc |
index 4273a422f5275e7313663a71252bf967b865fbcd..171078a16c729bf9de4393cb30e87d02f2be3532 100644 |
--- a/components/cryptauth/raw_eid_generator_impl.cc |
+++ b/components/cryptauth/raw_eid_generator_impl.cc |
@@ -4,6 +4,8 @@ |
#include "components/cryptauth/raw_eid_generator_impl.h" |
+#include <cstring> |
Kyle Horimoto
2017/04/28 22:19:17
Remove.
Tim Song
2017/04/29 01:07:50
Done.
|
+ |
#include "base/sys_byteorder.h" |
#include "crypto/sha2.h" |