Fixed GPU compile flag

This commit is contained in:
Matt Hill
2015-03-12 22:58:02 -04:00
parent 27a2ae7145
commit 7f693373d5
4 changed files with 8 additions and 8 deletions

View File

@@ -17,14 +17,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "detectorcuda.h"
#if COMPILE_GPU
using namespace cv;
using namespace std;
#ifdef COMPILE_GPU
namespace alpr
{