Skip to content

Commit 6a066b9

Browse files
authored
fix build break on arm64 linux (#10166)
This fixes the build break from the recent changes to move the CPU backend to separate files #10144
1 parent ea02c75 commit 6a066b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-quants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "ggml-quants.h"
55
#include "ggml-impl.h"
66
#include "ggml-cpu-impl.h"
7-
7+
#include "ggml-cpu.h"
88

99
#include <math.h>
1010
#include <string.h>

0 commit comments

Comments
 (0)