1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

added missing "#include <functional>"

This commit is contained in:
Vadim Pisarevsky
2011-02-18 12:08:28 +00:00
parent 2a8185dd09
commit de913bd63f
+2 -1
View File
@@ -43,9 +43,10 @@
#include "precomp.hpp"
#include <algorithm>
#include <cmath>
#include <functional>
#include <fstream>
#include <limits>
#include <set>
#include <fstream>
using namespace cv;
using namespace std;