aboutsummaryrefslogtreecommitdiff
path: root/examples/libsshpp.cpp
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-01-24 15:24:51 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-01-24 15:25:50 +0100
commitd67cbdc9267efcf9e499667ff378342764932bbb (patch)
tree884f1903893c38800833734df03d6d11987d53c9 /examples/libsshpp.cpp
parenta63dbc07f3178fc6795c67ba864c97aabd192393 (diff)
downloadlibssh-d67cbdc9267efcf9e499667ff378342764932bbb.tar.gz
libssh-d67cbdc9267efcf9e499667ff378342764932bbb.tar.xz
libssh-d67cbdc9267efcf9e499667ff378342764932bbb.zip
examples: Fixed compilation on Windows.
Diffstat (limited to 'examples/libsshpp.cpp')
-rw-r--r--examples/libsshpp.cpp1
1 files changed, 1 insertions, 0 deletions
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 <iostream>
+#include <string>
#include <libssh/libsshpp.hpp>
int main(int argc, const char **argv){