From eb45500f330ccefd6faa0771a5abd230c690189a Mon Sep 17 00:00:00 2001 From: Alexey <AlexeyAB@users.noreply.github.com> Date: Thu, 27 Jul 2017 21:36:11 +0000 Subject: [PATCH] Update Readme.md - how to use Yolo9000 --- 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