mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Compile fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user