Index: base/crypto/rsa_private_key.cc |
diff --git a/base/crypto/rsa_private_key.cc b/base/crypto/rsa_private_key.cc |
index 2ab0c142f52ce0a06c6596b7832fdd4bc8a725ca..703ed3190b691e0224ae12e97ccd68ccc11da5b0 100644 |
--- a/base/crypto/rsa_private_key.cc |
+++ b/base/crypto/rsa_private_key.cc |
@@ -2,14 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/crypto/rsa_private_key.h" |
- |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h> |
+#include <stdbool.h> |
+#include <string.h> |
+#include <sys/types.h> |
#include <algorithm> |
#include <list> |
+#include <vector> |
+#include "base/basictypes.h" |
+#include "base/crypto/rsa_private_key.h" |
#include "base/logging.h" |
-#include "base/scoped_ptr.h" |
-#include "base/string_util.h" |
// This file manually encodes and decodes RSA private keys using PrivateKeyInfo |
// from PKCS #8 and RSAPrivateKey from PKCS #1. These structures are: |