libsshpp: include required <string> header for std::string

Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Petar Koretic
2014-03-31 10:13:06 +00:00
committed by Andreas Schneider
parent 491b407d17
commit 89e154f78c

View File

@@ -56,6 +56,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string>
namespace ssh {