summaryrefslogtreecommitdiffstats
path: root/crypto/rsa_private_key_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa_private_key_win.cc')
-rw-r--r--crypto/rsa_private_key_win.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa_private_key_win.cc b/crypto/rsa_private_key_win.cc
index 293e4d66..f0e6477 100644
--- a/crypto/rsa_private_key_win.cc
+++ b/crypto/rsa_private_key_win.cc
@@ -10,6 +10,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/string_util.h"
+#pragma comment(lib, "crypt32.lib")
+
namespace {
// Helper for error handling during key import.
#define READ_ASSERT(truth) \