fixed compilation under VS2012 (Bug #2352, #2355)
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 14 Sep 2012 05:34:56 +0000 (09:34 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 14 Sep 2012 05:34:56 +0000 (09:34 +0400)
modules/imgproc/src/generalized_hough.cpp

index a42de39..b8d6800 100644 (file)
@@ -40,6 +40,7 @@
 //M*/
 
 #include "precomp.hpp"
+#include <functional>
 
 using namespace std;
 using namespace cv;