Merge: Another missing 'using namespace std'

[SVN r42619]
This commit is contained in:
Daniel James
2008-01-08 18:15:01 +00:00
parent e847046f95
commit 488bce194c

View File

@ -84,6 +84,7 @@ namespace test
float generate(float const*)
{
using namespace std;
return (float) rand() / (float) RAND_MAX;
}
}