aboutsummaryrefslogtreecommitdiff
path: root/src/epnp/epnp.h
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-15 17:04:30 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-15 17:04:30 -0600
commit26da6d75305d02e17e7b011ab88f6d50dcea02f0 (patch)
treeff9a6473b278321570ce2efed3f97427b4b27d5a /src/epnp/epnp.h
parent0c3d7e1b48a209b4bdbb4553837fad419f0d0777 (diff)
downloadlibsurvive-26da6d75305d02e17e7b011ab88f6d50dcea02f0.tar.gz
libsurvive-26da6d75305d02e17e7b011ab88f6d50dcea02f0.tar.bz2
Refactored the minimal ocv to be in redist
Diffstat (limited to 'src/epnp/epnp.h')
-rw-r--r--src/epnp/epnp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/epnp/epnp.h b/src/epnp/epnp.h
index 0a42b04..f87e1bf 100644
--- a/src/epnp/epnp.h
+++ b/src/epnp/epnp.h
@@ -29,7 +29,7 @@
#define epnp_h
#ifndef WITH_OPENCV
-#include "opencv_shim.h"
+#include "../../redist/minimal_opencv.h"
#else
#include <opencv/cv.h>
#endif