Fixed Linux build

This commit is contained in:
Andrey Kamaev 2011-09-30 08:06:24 +00:00
parent 42c7aece36
commit 43ce5e6cc0

View File

@ -22,7 +22,7 @@
#if !defined(HAVE_CUDA)
int main( int argc, const char** argv )
{
cout << "Please compile the library with CUDA support" << endl;
std::cout << "Please compile the library with CUDA support" << std::endl;
return -1;
}
#else