| Index: base/crypto/signature_verifier_mac.cc
|
| diff --git a/base/crypto/signature_verifier_mac.cc b/base/crypto/signature_verifier_mac.cc
|
| index c8bfa8bb024292d9871fea8b3d31b0d1f236c3ee..d138be4ae4dd5c0210b7f17f5e68cb3f3a54e108 100644
|
| --- a/base/crypto/signature_verifier_mac.cc
|
| +++ b/base/crypto/signature_verifier_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_verifier.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/cssmapple.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/signature_verifier.h"
|
| #include "base/logging.h"
|
|
|
| namespace base {
|
|
|