From 815e7a127b062aa8bc4f4ba7af2cfd97c232f34c Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 02 Aug 2017 21:48:29 +0000
Subject: [PATCH] Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux.

---
 src/utils.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/utils.c b/src/utils.c
index 41e71d0..b0ef0fc 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -6,8 +6,11 @@
 #include "unistd.h"
 #include <float.h>
 #include <limits.h>
-
+#ifdef WIN32
 #include "utils.h"
+#else
+#include <utils.h>
+#endif
 
 #pragma warning(disable: 4996)
 

--
Gitblit v1.10.0