Fixed GPU compile flag

This commit is contained in:
Matthew Hill
2015-03-14 03:41:12 +00:00
parent f20aa0b6c8
commit 0c3dfe56e4

View File

@@ -25,6 +25,8 @@
#include <iostream>
#include <vector>
#ifdef COMPILE_GPU
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/core/core.hpp"
@@ -35,7 +37,6 @@
#include "detectorcpu.h"
#ifdef COMPILE_GPU
namespace alpr
{