add include limits, for compilers that dont add it implicitly

This commit is contained in:
Greg Hale
2013-10-06 01:21:43 -04:00
parent c8a3a85e26
commit 88b1847d09

View File

@@ -44,11 +44,11 @@
* 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"
#include <limits>
namespace cv
{