examples: Fixed compilation on Windows.

This commit is contained in:
Andreas Schneider
2011-01-24 15:24:51 +01:00
parent a63dbc07f3
commit d67cbdc926

View File

@@ -12,6 +12,7 @@ program.
/* This file demonstrates the use of the C++ wrapper to libssh */ /* This file demonstrates the use of the C++ wrapper to libssh */
#include <iostream> #include <iostream>
#include <string>
#include <libssh/libsshpp.hpp> #include <libssh/libsshpp.hpp>
int main(int argc, const char **argv){ int main(int argc, const char **argv){