fixed compilation in new getpass method

This commit is contained in:
csoler 2019-09-06 22:51:10 +02:00
parent af65ac1aa8
commit f182b358f4
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 10 additions and 2 deletions

View file

@ -18,6 +18,8 @@
* *
*******************************************************************************/
#include <string>
namespace RsUtil {
std::string rs_getpass(const std::string& prompt,bool no_echo=true) ;