Index: base/hmac_mac.cc |
diff --git a/base/hmac_mac.cc b/base/hmac_mac.cc |
index 97dcbf594184a67c7bfb4890b0977859e9a9b9fe..0154e821c1c90dfccac3e74de59dd2022c1921cf 100644 |
--- a/base/hmac_mac.cc |
+++ b/base/hmac_mac.cc |
@@ -2,11 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/hmac.h" |
- |
+#include <CommonCrypto/CommonDigest.h> |
#include <CommonCrypto/CommonHMAC.h> |
+#include <string> |
+#include "base/hmac.h" |
#include "base/logging.h" |
+#include "base/scoped_ptr.h" |
namespace base { |