Index: base/sha1_portable.cc |
diff --git a/base/sha1_portable.cc b/base/sha1_portable.cc |
index d0f3c1c3392b17ce0d42049023a5edb7327dc14f..d523529d62757cddcfe94e38a8013174235c8282 100644 |
--- a/base/sha1_portable.cc |
+++ b/base/sha1_portable.cc |
@@ -2,7 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/sha1.h" |
+#include <stddef.h> |
+#include <string> |
#include "base/basictypes.h" |