From 034243d1ffd38c026f53104c2ccd9bca50ad9354 Mon Sep 17 00:00:00 2001 From: AlexeyAB Date: Tue, 21 May 2019 18:06:43 +0300 Subject: [PATCH] Compile fix --- src/blas.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/blas.h b/src/blas.h index faec1236..09b9c9a7 100644 --- a/src/blas.h +++ b/src/blas.h @@ -1,9 +1,13 @@ #ifndef BLAS_H #define BLAS_H +#include +#include "darknet.h" + #ifdef GPU #include "dark_cuda.h" #include "tree.h" #endif + #ifdef __cplusplus extern "C" { #endif