From f544a6a105b9991d6fe31bb097bbda635bcae780 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 15 May 2015 05:54:33 -0400 Subject: [PATCH] Updated location of motiondetector.h --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index be45461..6c22fe8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ #include "support/timing.h" #include "support/platform.h" #include "video/videobuffer.h" -#include "video/motiondetector.h" +#include "motiondetector.h" #include "alpr.h" using namespace alpr;