NCV.cu: include <algorithm>

It's needed for std::max.
This commit is contained in:
Roman Donchenko 2014-11-13 16:16:26 +03:00
parent 92e08c9863
commit da6a38f9f6

View File

@ -40,6 +40,7 @@
//
//M*/
#include <algorithm>
#include <iostream>
#include <string>
#include <vector>