From 576dbe12e64697f10aaa15f6ef23e0a3d5eea5b5 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 25 Jul 2017 11:28:17 +0000
Subject: [PATCH] Fixed memory release

---
 src/yolo_console_dll.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/yolo_console_dll.cpp b/src/yolo_console_dll.cpp
index 5172b5e..b378b7f 100644
--- a/src/yolo_console_dll.cpp
+++ b/src/yolo_console_dll.cpp
@@ -3,6 +3,7 @@
 #include <string>
 #include <vector>
 #include <fstream>
+#include <thread>
 
 #define OPENCV
 

--
Gitblit v1.10.0