Commit ba32833c authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

added missed include (for MSVC 2010)

parent e90f197b
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
#include <algorithm> #include <algorithm>
#include <sstream> #include <sstream>
#include <exception> #include <exception>
#include <iterator>
#include "opencv2/gpu/gpu.hpp" #include "opencv2/gpu/gpu.hpp"
#include "opencv2/imgproc/imgproc.hpp" #include "opencv2/imgproc/imgproc.hpp"
......
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