mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-11 07:20:07 +08:00
Tweaked timing function to work with vs2015
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
long tv_nsec; // Nanoseconds - [0, 999999999]
|
||||
};
|
||||
#else
|
||||
#define timespec timeval
|
||||
|
||||
#endif
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
Reference in New Issue
Block a user