Commit da6a38f9 authored by Roman Donchenko's avatar Roman Donchenko

NCV.cu: include <algorithm>

It's needed for std::max.
parent 92e08c98
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
// //
//M*/ //M*/
#include <algorithm>
#include <iostream> #include <iostream>
#include <string> #include <string>
#include <vector> #include <vector>
......
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