Merge pull request #1 from ImAlsoGreg/master
add include limits, for compilers that dont add it implicitly
This commit is contained in:
commit
34f6b17c3f
@ -44,11 +44,11 @@
|
|||||||
* Implementation of the paper Shape Matching and Object Recognition Using Shape Contexts
|
* Implementation of the paper Shape Matching and Object Recognition Using Shape Contexts
|
||||||
* Belongie et al., 2002 by Juan Manuel Perez for GSoC 2013.
|
* Belongie et al., 2002 by Juan Manuel Perez for GSoC 2013.
|
||||||
*/
|
*/
|
||||||
#include <limits>
|
|
||||||
|
|
||||||
#include "precomp.hpp"
|
#include "precomp.hpp"
|
||||||
#include "opencv2/core.hpp"
|
#include "opencv2/core.hpp"
|
||||||
#include "scd_def.hpp"
|
#include "scd_def.hpp"
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user