Compile fix

pull/2830/head
AlexeyAB 6 years ago
parent 0109a8dda9
commit 034243d1ff
  1. 4
      src/blas.h

@ -1,9 +1,13 @@
#ifndef BLAS_H #ifndef BLAS_H
#define BLAS_H #define BLAS_H
#include <stdlib.h>
#include "darknet.h"
#ifdef GPU #ifdef GPU
#include "dark_cuda.h" #include "dark_cuda.h"
#include "tree.h" #include "tree.h"
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

Loading…
Cancel
Save