Use angle brackets to indicate the system library
This commit is contained in:
parent
e6d1c4fe32
commit
98d129cd06
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -248,7 +248,7 @@ inline static void* ggml_aligned_malloc(size_t size) {
|
|||
#endif
|
||||
#elif defined(GGML_USE_OPENBLAS)
|
||||
#if defined(GGML_BLAS_USE_MKL)
|
||||
#include "mkl.h"
|
||||
#include <mkl.h>
|
||||
#else
|
||||
#include <cblas.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue