Skip to content

Commit 3f0cbf7

Browse files
committed
wip: add missing import
Signed-off-by: Aaron Teo <[email protected]>
1 parent 5d84579 commit 3f0cbf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cpu/simd-mappings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include "ggml-cpu-impl.h"
4+
#include <signal.h>
45

56
//
67
// simd mappings

0 commit comments

Comments
 (0)