Index: base/crypto/signature_creator_mac.cc |
diff --git a/base/crypto/signature_creator_mac.cc b/base/crypto/signature_creator_mac.cc |
index d10d54ccf401bfc48cdc5509e66831bb0f3101e8..99c69672ed4ebabcc3994c079e93743e4418c021 100644 |
--- a/base/crypto/signature_creator_mac.cc |
+++ b/base/crypto/signature_creator_mac.cc |
@@ -2,11 +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/signature_creator.h" |
- |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Security.framework/Headers/cssmapi.h> |
+#include </Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Security.framework/Headers/cssmtype.h> |
+#include <stdbool.h> |
#include <stdlib.h> |
+#include <string.h> |
+#include <vector> |
+#include "base/basictypes.h" |
#include "base/crypto/cssm_init.h" |
+#include "base/crypto/rsa_private_key.h" |
+#include "base/crypto/signature_creator.h" |
#include "base/logging.h" |
#include "base/scoped_ptr.h" |