diff --git a/Utils.cpp b/Utils.cpp index f6429643..8cba0e52 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -17,6 +17,10 @@ #include #include +// Required with GCC 4.3+ if openssl is disabled +#include +#include + using std::stringstream; bool CUtils::stdoutIsTTY;