From 37921caad3c9a09bcdaba56453e35ab12dabb30f Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 24 Jul 2017 18:43:44 +0000 Subject: [PATCH] Fix that allows speedup usage of Yolo-DLL --- 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