Fixed OpenCV usage in the yolo_console_dll.cpp

This commit is contained in:
AlexeyAB 2017-10-23 16:43:03 +03:00
parent ae74d0ef31
commit 84d6533cb8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <mutex> // std::mutex, std::unique_lock #include <mutex> // std::mutex, std::unique_lock
#include <condition_variable> // std::condition_variable #include <condition_variable> // std::condition_variable
#ifdef WIN32 #ifdef _WIN32
#define OPENCV #define OPENCV
#endif #endif