From d67cbdc9267efcf9e499667ff378342764932bbb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 24 Jan 2011 15:24:51 +0100 Subject: examples: Fixed compilation on Windows. --- examples/libsshpp.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/libsshpp.cpp') diff --git a/examples/libsshpp.cpp b/examples/libsshpp.cpp index 0be8863..c5c2605 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){ -- cgit