mirror of https://github.com/AlexeyAB/darknet.git
Compile fix
This commit is contained in:
parent
0109a8dda9
commit
034243d1ff
|
@ -1,9 +1,13 @@
|
|||
#ifndef BLAS_H
|
||||
#define BLAS_H
|
||||
#include <stdlib.h>
|
||||
#include "darknet.h"
|
||||
|
||||
#ifdef GPU
|
||||
#include "dark_cuda.h"
|
||||
#include "tree.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue