From 3c3a50327bcfb76fb18d7cba282f189b49125cef Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 17 Jul 2016 09:50:44 -0400 Subject: [PATCH] Tweaked timing function to work with vs2015 --- src/openalpr/support/timing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/support/timing.h b/src/openalpr/support/timing.h index a78bfa3..39407f7 100644 --- a/src/openalpr/support/timing.h +++ b/src/openalpr/support/timing.h @@ -17,7 +17,7 @@ long tv_nsec; // Nanoseconds - [0, 999999999] }; #else - #define timespec timeval + #endif #else #include