mirror of https://github.com/AlexeyAB/darknet.git
another compile fix
This commit is contained in:
parent
a20e8b010a
commit
327103fb15
|
@ -13,6 +13,7 @@
|
|||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#define __STDC_WANT_LIB_EXT1__ 1
|
||||
#include <ctime>
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
|
Loading…
Reference in New Issue