adds include to fix build
authorEric Martin Christiansen <ericmartinchristiansen@gmail.com>
Sat, 5 Oct 2013 22:52:19 +0000 (15:52 -0700)
committerEric Martin Christiansen <ericmartinchristiansen@gmail.com>
Sat, 5 Oct 2013 22:52:19 +0000 (15:52 -0700)
modules/shape/src/sc_dis.cpp

index 24e86af..e0ccbc9 100644 (file)
@@ -44,6 +44,8 @@
  * Implementation of the paper Shape Matching and Object Recognition Using Shape Contexts
  * Belongie et al., 2002 by Juan Manuel Perez for GSoC 2013.
  */
+#include <limits>
+
 #include "precomp.hpp"
 #include "opencv2/core.hpp"
 #include "scd_def.hpp"