From 138fd3944f99b8b1a8571e0dcd7edfc711653919 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 15 May 2015 05:53:46 -0400 Subject: [PATCH] Include utility.h in motiondetector --- src/openalpr/motiondetector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openalpr/motiondetector.h b/src/openalpr/motiondetector.h index 6d63227..662326d 100644 --- a/src/openalpr/motiondetector.h +++ b/src/openalpr/motiondetector.h @@ -3,6 +3,7 @@ #define OPENALPR_MOTIONDETECTOR_H #include "opencv2/opencv.hpp" +#include "utility.h" namespace alpr {