From: Eduardo DAVILA Date: Sat, 7 Nov 2015 17:57:21 +0000 (+0100) Subject: #2745 BBTK Bug New Normal Not compiling windows stdRandomString 1. time function... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtk.git;a=commitdiff_plain;h=e42cfb393de2b9a0a1b8823e631c1f3094231c11 #2745 BBTK Bug New Normal Not compiling windows stdRandomString 1. time function missing and 2. extra code function --- diff --git a/packages/std/src/bbstdRandomString.cxx b/packages/std/src/bbstdRandomString.cxx index c9d9ac3..733617e 100644 --- a/packages/std/src/bbstdRandomString.cxx +++ b/packages/std/src/bbstdRandomString.cxx @@ -3,6 +3,8 @@ //===== #include "bbstdRandomString.h" #include "bbstdPackage.h" +#include "time.h" + namespace bbstd { @@ -19,11 +21,11 @@ static const char alphanum[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz"; - +/* char genRandom() { } - +*/ void RandomString::Process() { @@ -43,7 +45,7 @@ void RandomString::Process() // std::cout << "Output value = " <