From d67cbdc9267efcf9e499667ff378342764932bbb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 24 Jan 2011 15:24:51 +0100 Subject: [PATCH] examples: Fixed compilation on Windows. --- examples/libsshpp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/libsshpp.cpp b/examples/libsshpp.cpp index 0be88639..c5c26052 100644 --- a/examples/libsshpp.cpp +++ b/examples/libsshpp.cpp @@ -12,6 +12,7 @@ program. /* This file demonstrates the use of the C++ wrapper to libssh */ #include +#include #include int main(int argc, const char **argv){