From 5ee44d495bad0360a05be1657fcc2b5bbd689976 Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Wed, 8 Feb 2012 00:14:54 +0000 Subject: Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h. R=rch@chromium.org BUG=none TEST=no compilation errors Review URL: http://codereview.chromium.org/9348001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120872 0039d316-1c4b-4281-b951-d872f2087c98 --- crypto/signature_creator_win.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/signature_creator_win.cc') diff --git a/crypto/signature_creator_win.cc b/crypto/signature_creator_win.cc index 94fe87d..69e6513 100644 --- a/crypto/signature_creator_win.cc +++ b/crypto/signature_creator_win.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,6 +6,7 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" +#include "crypto/rsa_private_key.h" namespace crypto { -- cgit v1.1