diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/Server.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/Server.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/IceSSL/configuration/Server.cpp b/cpp/test/IceSSL/configuration/Server.cpp index d5d37876202..b8308cd89ba 100644 --- a/cpp/test/IceSSL/configuration/Server.cpp +++ b/cpp/test/IceSSL/configuration/Server.cpp @@ -11,6 +11,10 @@ #include <TestI.h> #include <TestCommon.h> +#if defined(ICE_USE_OPENSSL) +# include <IceSSL/OpenSSL.h> +#endif + DEFINE_TEST("server") using namespace std; |