From 16274cb5a8089821a3f273c1a19fea1e9ed4487b Mon Sep 17 00:00:00 2001 From: Kristians Vebers Date: Wed, 19 Feb 2014 09:54:05 +0200 Subject: [PATCH] Modified to relative OpenCV include path --- src/openalpr/binarize_wolf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openalpr/binarize_wolf.h b/src/openalpr/binarize_wolf.h index 93604f4..92f02f0 100644 --- a/src/openalpr/binarize_wolf.h +++ b/src/openalpr/binarize_wolf.h @@ -25,8 +25,8 @@ #include #include -#include -#include +#include "opencv2/opencv.hpp" +#include "opencv2/highgui/highgui.hpp" using namespace std; using namespace cv;