adds include to fix build

This commit is contained in:
Eric Martin Christiansen 2013-10-05 15:52:19 -07:00
parent 744f4b1609
commit c8a3a85e26

View 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"