From f7ed84d5dbb64bfd6e52d1db376bb04c7211fadf Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 13 Mar 2015 23:46:40 -0400 Subject: [PATCH] Fixed GPU compile flag --- src/openalpr/detection/detectorcuda.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openalpr/detection/detectorcuda.cpp b/src/openalpr/detection/detectorcuda.cpp index d5c980e..65615c4 100644 --- a/src/openalpr/detection/detectorcuda.cpp +++ b/src/openalpr/detection/detectorcuda.cpp @@ -20,10 +20,11 @@ #include "detectorcuda.h" +#ifdef COMPILE_GPU + using namespace cv; using namespace std; -#ifdef COMPILE_GPU namespace alpr {