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 @@
//
//M*/
#include <algorithm>
#include <iostream>
#include <string>
#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