mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:07:33 +08:00
Removed reference to (unused) omp.h
This commit is contained in:
@@ -22,9 +22,6 @@
|
||||
|
||||
#include "utility.h"
|
||||
|
||||
#ifndef __APPLE__ // CLang++ does not have yet implementet OpenMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
Rect expandRect(Rect original, int expandXPixels, int expandYPixels, int maxX, int maxY)
|
||||
{
|
||||
|
Reference in New Issue
Block a user