Fixed Linux build

pull/13383/head
Andrey Kamaev 14 years ago
parent 42c7aece36
commit 43ce5e6cc0
  1. 2
      samples/gpu/opticalflow_nvidia_api.cpp

@ -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

Loading…
Cancel
Save