Commit 43ce5e6c authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed Linux build

parent 42c7aece
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment