Commit 0cc559b3 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added missing #include <iterator>

parent 8a87c15a
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include "gputest.hpp" #include "gputest.hpp"
#include <algorithm> #include <algorithm>
#include <iterator>
using namespace cv; using namespace cv;
using namespace cv::gpu; using namespace cv::gpu;
......
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