mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Supported OpenCV 3.0 and 2.4.13. Supported Windows and Linux.
This commit is contained in:
@ -6,8 +6,11 @@
|
||||
#include "unistd.h"
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "utils.h"
|
||||
#else
|
||||
#include <utils.h>
|
||||
#endif
|
||||
|
||||
#pragma warning(disable: 4996)
|
||||
|
||||
|
Reference in New Issue
Block a user