mirror of https://github.com/AlexeyAB/darknet.git
Compile fix
This commit is contained in:
parent
b6e15f1656
commit
d762df531f
|
@ -44,6 +44,7 @@ struct bbox_t_container {
|
|||
#include <vector>
|
||||
#include <deque>
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
|
||||
#ifdef OPENCV
|
||||
#include <opencv2/opencv.hpp> // C++
|
||||
|
|
Loading…
Reference in New Issue