adds include to fix build

pull/1572/head
Eric Martin Christiansen 12 years ago
parent 744f4b1609
commit c8a3a85e26
  1. 2
      modules/shape/src/sc_dis.cpp

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

Loading…
Cancel
Save