mirror of https://github.com/AlexeyAB/darknet.git
Minor fix
This commit is contained in:
parent
ffb4a1df67
commit
67e94dc1de
|
@ -6,6 +6,10 @@
|
|||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846 // pi
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue