Commit de913bd6 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

added missing "#include <functional>"

parent 2a8185dd
...@@ -43,9 +43,10 @@ ...@@ -43,9 +43,10 @@
#include "precomp.hpp" #include "precomp.hpp"
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include <functional>
#include <fstream>
#include <limits> #include <limits>
#include <set> #include <set>
#include <fstream>
using namespace cv; using namespace cv;
using namespace std; using namespace std;
......
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