summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslRSAPrivateKey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SslRSAPrivateKey.cpp')
-rw-r--r--cpp/src/Ice/SslRSAPrivateKey.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/SslRSAPrivateKey.cpp b/cpp/src/Ice/SslRSAPrivateKey.cpp
index 2029a581a7a..6f2f3229a74 100644
--- a/cpp/src/Ice/SslRSAPrivateKey.cpp
+++ b/cpp/src/Ice/SslRSAPrivateKey.cpp
@@ -19,6 +19,7 @@ void ::IceInternal::decRef(::IceSecurity::Ssl::OpenSSL::RSAPrivateKey* p) { p->_
using std::back_inserter;
using std::string;
+using Ice::ByteSeq;
using IceUtil::Base64;
IceSecurity::Ssl::OpenSSL::RSAPrivateKey::RSAPrivateKey(const string& key)