mirror of https://github.com/AlexeyAB/darknet.git
Fixed OpenCV usage in the yolo_console_dll.cpp
This commit is contained in:
parent
ae74d0ef31
commit
84d6533cb8
|
@ -8,7 +8,7 @@
|
|||
#include <mutex> // std::mutex, std::unique_lock
|
||||
#include <condition_variable> // std::condition_variable
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#define OPENCV
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue